Skip to content
Snippets Groups Projects
Commit 3e8d6429 authored by rswindell's avatar rswindell
Browse files

Updated for new (actually introduced many months ago) smblib and xpdev stuff.

parent 344e0144
No related branches found
No related tags found
No related merge requests found
############################################
# Makefile for Synchronet SBBSECHO Utility #
# For use with Watcom C/C++ #
# Makefile for Synchronet SBBSECHO Utility
# For use with Watcom C/C++
# $Id$
############################################
!ifndef OS
......@@ -14,11 +15,11 @@ CC = *wcc386
!endif
LD = *wlink
INCLUDE = \watcom\h;\watcom\h\os2;..\xpdev
INCLUDE = \watcom\h;\watcom\h\os2;..\xpdev;..\smblib
!ifeq OS DOS
CFLAGS = -s -I$(INCLUDE) -bt=$(OS) -fo=$(OS)\ -ml -DLZH_DYNAMIC_BUF
!else
CFLAGS = -s -I$(INCLUDE) -bt=$(OS) -fo=$(OS)\
CFLAGS = -s -I$(INCLUDE) -bt=$(OS) -fo=$(OS)\ -DNO_SOCKET_SUPPORT
!endif
# operate quietly
......@@ -53,21 +54,27 @@ OBJS = $(OS)\ars.obj &
$(OS)\filewrap.obj &
$(OS)\genwrap.obj &
$(OS)\load_cfg.obj &
$(OS)\msg_id.obj &
$(OS)\lzh.obj &
$(OS)\nopen.obj &
$(OS)\rechocfg.obj &
$(OS)\sbbsecho.obj &
$(OS)\scfglib1.obj &
$(OS)\scfglib2.obj &
$(OS)\smbadd.obj &
$(OS)\smblib.obj &
$(OS)\smbtxt.obj &
$(OS)\smbstr.obj &
$(OS)\smbhash.obj &
$(OS)\smbfile.obj &
$(OS)\smballoc.obj &
$(OS)\str_util.obj &
$(OS)\userdat.obj
HEADERS = ..\sbbs.h ..\sbbsdefs.h ..\scfgvars.c &
HEADERS = ..\sbbs.h ..\sbbsdefs.h &
..\smb\smbdefs.h ..\smb\smblib.h
.c: .;..\xpdev
.c: .;..\xpdev;..\smblib
# Implicit C Compile Rule
.c.obj:
......
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