Skip to content
Snippets Groups Projects
Commit 2af5370d authored by rswindell's avatar rswindell
Browse files

Added echocfg build rule.

parent 2e6cdc01
Branches
Tags
No related merge requests found
......@@ -23,8 +23,9 @@ LIBFILE = .dll
EXEFILE = .exe
LIBODIR = bcc.win32.dll # Library output directory
EXEODIR = bcc.win32.exe # Executable output directory
UIFC = ..\uifc\ # Path to User Interfce library
XPDEV = ..\xpdev\ # Path to Cross-platform wrappers
CFLAGS = -M -I$(XPDEV)
CFLAGS = -M -I$(XPDEV) -I$(UIFC)
LFLAGS = -m -s -c -Tpd -Gi -I$(LIBODIR)
DELETE = echo y | del
......@@ -147,4 +148,13 @@ $(SBBSECHO): sbbsecho.c rechocfg.c smbtxt.c crc32.c lzh.c $(SMBLIB) \
@echo Creating $@
@$(CC) $(CFLAGS) -n$(EXEODIR) $**
# SBBSecho Configuration Program
$(ECHOCFG): echocfg.c rechocfg.c \
$(UIFC)uifc.c \
$(LIBODIR)\nopen.obj \
$(LIBODIR)\str_util.obj
@echo Creating $@
@$(CC) $(CFLAGS) -n$(EXEODIR) $**
!include depends.mk # defines dependencies
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment