Skip to content
Snippets Groups Projects
Commit 3f3fbb7d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Is coff2omf the issue?"

This reverts commit 15494c2d.
parent 15494c2d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -8,9 +8,10 @@ if '%1'=='' goto implib
set dllsrc=%1
:implib
echo Creating import libraries from %dllsrc%
implib -a sbbs.lib %dllsrc%\sbbs.dll
rem coff2omf %dllsrc%\sbbs.lib sbbs.lib
rem implib -a sbbs.lib %dllsrc%\sbbs.dll
coff2omf %dllsrc%\sbbs.lib sbbs.lib
implib -a mailsrvr.lib %dllsrc%\mailsrvr.dll
implib -a ftpsrvr.lib %dllsrc%\ftpsrvr.dll
implib -a websrvr.lib %dllsrc%\websrvr.dll
implib -a services.lib %dllsrc%\services.dll
exit /b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment