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

Removed -a (preprended underscore) switch.

parent 7e5e73e1
No related branches found
No related tags found
No related merge requests found
@echo off
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 sbbs.lib %dllsrc%\sbbs.dll
implib mailsrvr.lib %dllsrc%\mailsrvr.dll
implib 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