Skip to content
Snippets Groups Projects
Commit 5a843aa3 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 6bb2eb9e
Branches
Tags
No related merge requests found
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.
Please register or to comment