- Oct 26, 2000
-
-
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
-
rswindell authored
Moved the last of the compiler-dependent macros (CHMOD, PUTENV, GETCWD) from sbbsdefs.h to sbbswrap.h.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Oct 25, 2000
- Oct 24, 2000
-
-
rswindell authored
New feature: mail_startup_t.relay_port = configurable TCP port for SMTP relay server (previously hard-coded to 25).
-
rswindell authored
Added new SendMail Relay Server Port edit box. Moved Sound edit boxes back to their appropriate TabSheets. Minor cosmetic changes to labels and hints.
-
rswindell authored
-
rswindell authored
Initializes new mail_server.relay_port with default SMTP port.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created system call wrappers.c (and sbbswrap.h) and moved target platform-specific macros and code there.
-