author | ecalot
<ecalot> 2005-03-24 15:28:30 UTC |
committer | ecalot
<ecalot> 2005-03-24 15:28:30 UTC |
parent | 87b0564718254da28c40c6adc373e1c959a895c9 |
PR/src/Makefile | +4 | -4 |
diff --git a/PR/src/Makefile b/PR/src/Makefile index 8008ea9..9869022 100644 --- a/PR/src/Makefile +++ b/PR/src/Makefile @@ -50,7 +50,7 @@ else LINKERRELEASE = -s endif -FILES = import.o export.o resources.o tasks.o disk.o\ +FILES = import.o export.o resources.o classify.o disk.o\ dat.o bmp.o mid.o pal.o wav.o plv.o\ memory.o pr.o @@ -158,9 +158,9 @@ resources.o: lib/resources.c $(INFO) Compiling resource manager module... $(CC) -c lib/resources.c $(OPTIONS) -tasks.o: lib/tasks.c - $(INFO) Compiling extra tasks module... - $(CC) -c lib/tasks.c $(OPTIONS) +classify.o: lib/classify.c + $(INFO) Compiling classification module... + $(CC) -c lib/classify.c $(OPTIONS) parse.o: lib/xml/parse.c $(INFO) Compiling XML parsing module...