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

A batch file to build SBBSEXEC.DLL (may or may not require NTDDK?)

Using options (e.g. RINGBUF_MUTEX) from old sbbsexec.dsp
parent e45de995
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
REM Build SBBSEXEC.DLL (Synchronet Virtual UART/FOSSIL Device Driver)
cl /Di386 /Gz /O2 ntvdm.lib netapi32.lib /DRINGBUF_SEM /DRINGBUF_MUTEX /DNO_SOCKET_SUPPORT /I../xpdev /LD sbbsexec.c ringbuf.c ../xpdev/ini_file.c ../xpdev/dirwrap.c ../xpdev/str_list.c ../xpdev/xpdatetime.c ../xpdev/genwrap.c ../xpdev/semwrap.c ../xpdev/datewrap.c ../xpdev/xpprintf.c ../xpdev/threadwrap.c
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