X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=makefile;h=6b868df86c7ef38793ae0a052bc043f70ed1d631;hb=12aaf3aedda737dd454e62e2bd96594afe63e156;hp=c055a3fd01c650e5e5542e0f22bea4c3ec79cab4;hpb=e71252703c56101ac7fe042bee4bf8da0ead0465;p=16.git diff --git a/makefile b/makefile index c055a3fd..6b868df8 100644 --- a/makefile +++ b/makefile @@ -13,9 +13,9 @@ TARGET_OS = dos #-zkl = current codepage DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1# -zm -CFLAGS=-zk0 -wo -x -mc -zu# -zdp# -zp16 -zq +CFLAGS=-zk0 -wo -x -mc -zu -k32768#-k48000# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ -FLAGS=-0 -d2 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) +FLAGS=-0 -d1 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) #-d2 SRC=src$(DIRSEP) SRCLIB=$(SRC)lib$(DIRSEP) JSMNLIB=$(SRCLIB)jsmn$(DIRSEP) @@ -28,7 +28,8 @@ DOSLIBOBJ = adlib.$(OBJ) midi.$(OBJ) 8254.$(OBJ) 8259.$(OBJ) dos.$(OBJ) cpu.$(OB 16LIBOBJS = 16_in.$(OBJ) 16_mm.$(OBJ) wcpu.$(OBJ) 16_head.$(OBJ) scroll16.$(OBJ) 16_ca.$(OBJ) GFXLIBOBJS = modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ) 16text.$(OBJ) -all: 16.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe exmmtest.exe fonttes0.exe fontgfx.exe sountest.exe miditest.exe testemm.exe tsthimem.exe inputest.exe +all: 16.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe exmmtest.exe fonttes0.exe fontgfx.exe sountest.exe miditest.exe tsthimem.exe inputest.exe +#testemm.exe testemm0.exe # #executables @@ -70,6 +71,9 @@ tsthimem.exe: tsthimem.$(OBJ) 16.lib testemm.exe: testemm.$(OBJ) 16.lib wcl $(FLAGS) testemm.$(OBJ) 16.lib +testemm0.exe: testemm0.$(OBJ) 16.lib + wcl $(FLAGS) testemm0.$(OBJ) 16.lib + pcxtest.exe: pcxtest.$(OBJ) gfx.lib wcl $(FLAGS) pcxtest.$(OBJ) gfx.lib @@ -148,6 +152,9 @@ miditest.$(OBJ): $(SRC)miditest.c testemm.$(OBJ): $(SRC)testemm.c wcl $(FLAGS) -c $(SRC)testemm.c +testemm0.$(OBJ): $(SRC)testemm0.c + wcl $(FLAGS) -c $(SRC)testemm0.c + tsthimem.$(OBJ): $(SRC)tsthimem.c wcl $(FLAGS) -c $(SRC)tsthimem.c