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

Latest Borland makefile puts DLLs in bcc.win32.lib.debug/release.

parent 68c22422
No related branches found
No related tags found
No related merge requests found
@echo off
setlocal
if exist ..\bcc.win32.dll.release set dllsrc=..\bcc.win32.dll.release
if exist ..\bcc.win32.dll.debug set dllsrc=..\bcc.win32.dll.debug
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%
......
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