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

Fixed problems with (new) environment variable for DLL source path.

parent 2783cfc7
No related branches found
No related tags found
No related merge requests found
@echo off
set dllsrc ..\msvc.win32.dll.debug
set dllsrc=..\msvc.win32.dll.debug
implib -a sbbs.lib %dllsrc%\sbbs.dll
implib -a mailsrvr.lib %dllsrc\mailsrvr.dll
implib -a ftpsrvr.lib %dllsrc\ftpsrvr.dll
implib -a mailsrvr.lib %dllsrc%\mailsrvr.dll
implib -a ftpsrvr.lib %dllsrc%\ftpsrvr.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