- Oct 30, 2000
- Oct 29, 2000
-
-
rswindell authored
Added support for separate executable and library output directory (object files are not compatible due to imported symbols).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Only exported function prototypes are now included in sbbs.h when included from external module (e.g. ftpsrvr.c).
-
- Oct 28, 2000
-
-
rswindell authored
-
- Oct 27, 2000
- Oct 26, 2000
-
-
rswindell authored
This is apparently the only way to generated MSVC __cdecl-compatible names. The stack maintenance isn't supposed to be compatible, but it appears to work. <shrug>
-
rswindell authored
-
rswindell authored
Reverted back to macro bethod of testing sizeof(node_t). Some compilers (e.g. MSVC) resolve sizeof() after preprocessing.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Import libraries (e.g. sbbs.a) are put in the output directory along with the .o files.
-
rswindell authored
-
rswindell authored
Moved common variable definitions (OBJS, HEADERS, and SBBSDEFS) into separate include (*.mak) files. Moved dependencies into depends.mak (great name, huh?).
-
rswindell authored
Included by Makefile.bor and Makefile.gnu (right now).
-
rswindell authored
Displays startup time using lprintf for time-zone verification. cleanup() doesn't call WSACleanup unless WinSock has been initialized. A bit more diagnostic output in send_file routine.
-
rswindell authored
Displays startup time using lprintf for time-zone verification. cleanup() doesn't call WSACleanup unless WinSock has been initialized.
-
rswindell authored
-