|
|
1.1 root 1: @echo off
2: setlocal
3: if exist ..\bcc.win32.lib.release set dllsrc=..\bcc.win32.lib.release
4: if exist ..\bcc.win32.lib.debug set dllsrc=..\bcc.win32.lib.debug
5: if exist ..\msvc.win32.dll.release set dllsrc=..\msvc.win32.dll.release
6: if exist ..\msvc.win32.dll.debug set dllsrc=..\msvc.win32.dll.debug
1.1.1.2 ! root 7: if '%1'=='' goto implib
! 8: set dllsrc=%1
! 9: :implib
1.1 root 10: echo Creating import libraries from %dllsrc%
11: implib sbbs.lib %dllsrc%\sbbs.dll
12: implib mailsrvr.lib %dllsrc%\mailsrvr.dll
13: implib ftpsrvr.lib %dllsrc%\ftpsrvr.dll
14: implib websrvr.lib %dllsrc%\websrvr.dll
15: implib services.lib %dllsrc%\services.dll
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.