The, uhh, missing stufff.........

This commit is contained in:
waltje
2017-05-18 14:03:43 -04:00
parent c5bb5db754
commit a4a69f71eb
50 changed files with 16436 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ STUFF =
EXTRAS =
# Do we want a debugging build?
DEBUG = n
DEBUG = y
OPTIM = n
X64 = n
@@ -200,7 +200,7 @@ LIBS = -mwindows -lcomctl32 -lwinmm -lopenal.dll -lopenal -lddraw \
# Build rules.
%.o: %.c
@echo $<
@$(CC) $(CFLAGS) -c $<
$(CC) $(CFLAGS) -c $<
%.o: %.cc
@echo $<