X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=1b142a0f93082fdf128690d2fb12703986d47cae;hb=e95a76643912c26beb95828a4a28798586ab6a92;hp=f8d88d3eaeb127936f0e701498f00a01fb385577;hpb=02ab711bc48c15bf9b671fe996265dd6b8532b69;p=16.git diff --git a/makefile b/makefile index f8d88d3e..1b142a0f 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ #-zk0 = kanji support~ #-zkl = current codepage -CFLAGS=-zkl -zm -wo -x -mh# -zdp# -zp16 -zq +CFLAGS=-zkl -wo -x -mh# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ FLAGS=-0 -d2 $(OFLAGS) $(CFLAGS) REMOVECOMMAND=del @@ -11,7 +11,7 @@ SRC=src$(DIRSEP) SRCLIB=$(SRC)lib$(DIRSEP) JSMNLIB=$(SRCLIB)jsmn$(DIRSEP) -all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe +all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe scroll.exe: scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj lib_head.obj wcl $(FLAGS) scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj lib_head.obj# 16/lib/x/modex.lib @@ -28,7 +28,9 @@ pcxtest.exe: pcxtest.obj modex16.obj bitmap.obj lib_head.obj maptest.exe: maptest.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj wcl $(FLAGS) maptest.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj - + +maptest0.exe: maptest0.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj + wcl $(FLAGS) maptest0.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj test.obj: $(SRC)test.c $(SRCLIB)modex16.h wcl $(FLAGS) -c $(SRC)test.c @@ -40,7 +42,10 @@ pcxtest.obj: $(SRC)pcxtest.c $(SRCLIB)modex16.h wcl $(FLAGS) -c $(SRC)pcxtest.c maptest.obj: $(SRC)maptest.c $(SRCLIB)modex16.h - wcl $(FLAGS) -c $(SRC)maptest.c + wcl $(FLAGS) -c $(SRC)maptest.c + +maptest0.obj: $(SRC)maptest0.c $(SRCLIB)modex16.h + wcl $(FLAGS) -c $(SRC)maptest0.c modex16.obj: $(SRCLIB)modex16.h $(SRCLIB)modex16.c