X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=2a53a385828c4291081c4e809c79ec120220841c;hb=ee3d9234b152b62672978061c4bef753646ce3f1;hp=d7b11d7e629f664addc48f0f31f40c4845f8802a;hpb=105c6eafc6100077fabc6cec72d124a615ae2f18;p=16.git diff --git a/makefile b/makefile index d7b11d7e..2a53a385 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ SRCLIB=$(SRC)lib\ all: test.exe pcxtest.exe test2.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 + wcl $(FLAGS) scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj# 16\lib\x\modex.lib scroll.obj: $(SRC)scroll.c wcl $(FLAGS) -c $(SRC)scroll.c test.exe: test.obj modex16.obj bitmap.obj @@ -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