| author | ecalot
<ecalot> 2004-06-25 03:50:29 UTC |
| committer | ecalot
<ecalot> 2004-06-25 03:50:29 UTC |
| parent | 4341ec8465534f77c14c6f8c5110e7124dc37b0b |
| FP/src/Makefile | +5 | -1 |
diff --git a/FP/src/Makefile b/FP/src/Makefile index d795f4a..22a547b 100644 --- a/FP/src/Makefile +++ b/FP/src/Makefile @@ -20,7 +20,7 @@ INCLUDE = -Iinclude/ DEFINES = -DOS=\"$(OS)\" $(LINUX) OPTIONS = $(INCLUDE) $(DEFINES) -OBJFILES = main.o kernel.o resources.o dat.o disk.o compress.o output.o maps.o +OBJFILES = main.o kernel.o resources.o dat.o disk.o compress.o output.o maps.o config.o EXEFILE = bin/freeprince @@ -79,3 +79,7 @@ output.o: out/output.c include/resources.h $(INFO) Compiling main output module... $(CC) -c out/output.c $(OPTIONS) +config.o: res/config.c include/resources.h + $(INFO) Compiling resource configuration module... + $(CC) -c res/config.c $(OPTIONS) +