X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=2a53a385828c4291081c4e809c79ec120220841c;hb=ee3d9234b152b62672978061c4bef753646ce3f1;hp=44cb0d39f1a9cbe30255b41e81b38a69e42b3c40;hpb=cc622af140fa834978eb28b0ee94bb30d5e0e091;p=16.git diff --git a/makefile b/makefile index 44cb0d39..2a53a385 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,10 @@ FLAGS=-0 -d2 SRC=src\ SRCLIB=$(SRC)lib\ -all: test.exe pcxtest.exe test2.exe maptest.exe scroll.exe +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,8 +16,8 @@ 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 +#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 @@ -28,8 +28,8 @@ 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 +#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