git » fp-git.git » commit 987f5b1

I am sure sure it should work now

author ecalot
2006-02-16 19:59:07 UTC
committer ecalot
2006-02-16 19:59:07 UTC
parent 1a9525d4b0383721facdc09be5226f95672065a1

I am sure sure it should work now

PR/src/Makefile.lcc +5 -1

diff --git a/PR/src/Makefile.lcc b/PR/src/Makefile.lcc
index 53194d6..ff34404 100644
--- a/PR/src/Makefile.lcc
+++ b/PR/src/Makefile.lcc
@@ -37,7 +37,7 @@ LINKERRELEASE = -s
 
 FILES    = import.obj export.obj idlist.obj autodetect.obj classify.obj disk.obj\
            dat.obj bmp.obj mid.obj pal.obj wav.obj plv.obj\
-           memory.obj pr.obj list.obj reslist.obj stringformat.obj resourcematch.obj palette.obj
+           memory.obj pr.obj list.obj reslist.obj stringformat.obj resourcematch.obj palette.obj pallist.obj
 
 XML      = parse.obj search.obj unknown.obj tree.obj translate.obj
 COMPRESS = compress.obj lzg_compress.obj lzg_uncompress.obj rle_compress.obj rle_uncompress.obj rlec_uncompress.obj
@@ -196,6 +196,10 @@ reslist.obj: lib\layers\reslist.c
 	$(INFO) Compiling resource list module...
 	$(CC) $(OPTIONS) -c lib\layers\reslist.c
 
+pallist.obj: lib\layers\pallist.c include\memory.h include\pallist.h
+	$(INFO) Compiling palette list module...
+	$(CC) $(OPTIONS) -c lib\layers\pallist.c
+
 stringformat.obj: lib\layers\stringformat.c include\common.h
 	$(INFO) Compiling unknown string format parsing feature...
 	$(CC) $(OPTIONS) -c lib\layers\stringformat.c