Skip to content
Snippets Groups Projects
Commit eb872992 authored by rswindell's avatar rswindell
Browse files

Uses setlocal command to make changes to local environment only.

parent aecda8f6
No related branches found
No related tags found
No related merge requests found
@echo off
setlocal
set dllsrc=..\msvc.win32.dll.debug
implib sbbs.lib %dllsrc%\sbbs.dll
implib mailsrvr.lib %dllsrc%\mailsrvr.dll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment