X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=44cb0d39f1a9cbe30255b41e81b38a69e42b3c40;hb=8453b93f3da8c617f8b320fbc258602378013c72;hp=d7b11d7e629f664addc48f0f31f40c4845f8802a;hpb=105c6eafc6100077fabc6cec72d124a615ae2f18;p=16.git diff --git a/makefile b/makefile index d7b11d7e..44cb0d39 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ FLAGS=-0 -d2 SRC=src\ SRCLIB=$(SRC)lib\ -all: test.exe pcxtest.exe test2.exe scroll.exe +all: test.exe pcxtest.exe test2.exe maptest.exe scroll.exe scroll.exe: scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj wcl $(FLAGS) scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj 16\lib\x\modex.lib @@ -16,6 +16,9 @@ test2.exe: test2.obj modex16.obj bitmap.obj planar.obj pcxtest.exe: pcxtest.obj modex16.obj bitmap.obj wcl $(FLAGS) pcxtest.obj modex16.obj bitmap.obj +maptest.exe: maptest.obj mapread.obj jsmn.obj + wcl $(FLAGS) maptest.obj jsmn.obj + test.obj: $(SRC)test.c $(SRCLIB)modex16.h wcl $(FLAGS) -c $(SRC)test.c @@ -25,6 +28,9 @@ test2.obj: $(SRC)test2.c $(SRCLIB)modex16.h pcxtest.obj: $(SRC)pcxtest.c $(SRCLIB)modex16.h wcl $(FLAGS) -c $(SRC)pcxtest.c +maptest.obj: $(SRC)maptest.c $(SRCLIB)mapread.h + wcl $(FLAGS) -c $(SRC)maptest.c + modex16.obj: $(SRCLIB)modex16.h $(SRCLIB)modex16.c wcl $(FLAGS) -c $(SRCLIB)modex16.c