Skip to content
Snippets Groups Projects
Commit 9c739f50 authored by rswindell's avatar rswindell
Browse files

Enabled auto-dependency checking.

parent d16fddb8
Branches
Tags
No related merge requests found
......@@ -25,8 +25,13 @@ DELETE = echo y | del
.path.c = .;..;$(UIFC);$(XPDEV)
# Enable auto-dependency checking
.autodepend
.cacheautodepend
# Optional compile flags (disable banner, warnings and such)
CFLAGS = $(CFLAGS) -q -d -H -X- -w-csu -w-pch -w-ccc -w-rch -w-par -w-pro
CFLAGS = $(CFLAGS) -q -d -H -X- -w-csu -w-pch -w-ccc -w-rch -w-par -w-pro
#-w-aus
# Debug or release build?
!ifdef DEBUG
......@@ -62,5 +67,3 @@ $(SCFGHELP): $(OBJS) makehelp.exe
$(SCFG): $(OBJS)
@echo Linking $@
@$(CC) $(CFLAGS) -e$@ $**
!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