File:  [Synchronet] / sbbs / sbbs3 / ctrl / makelibs.bat
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:40:56 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_12a, HEAD
3.12a Javascript

@echo off
setlocal
if exist ..\bcc.win32.lib.release 	set dllsrc=..\bcc.win32.lib.release
if exist ..\bcc.win32.lib.debug 	set dllsrc=..\bcc.win32.lib.debug
if exist ..\msvc.win32.dll.release	set dllsrc=..\msvc.win32.dll.release
if exist ..\msvc.win32.dll.debug	set dllsrc=..\msvc.win32.dll.debug
echo Creating import libraries from %dllsrc%
implib sbbs.lib 	%dllsrc%\sbbs.dll
implib mailsrvr.lib 	%dllsrc%\mailsrvr.dll
implib ftpsrvr.lib 	%dllsrc%\ftpsrvr.dll
implib websrvr.lib 	%dllsrc%\websrvr.dll
implib services.lib	%dllsrc%\services.dll

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.