]> 4ch.mooo.com Git - 16.git/commitdiff
wwww ok~
authorsparky4 <sparky4@cock.li>
Fri, 5 Jun 2015 17:24:12 +0000 (12:24 -0500)
committersparky4 <sparky4@cock.li>
Fri, 5 Jun 2015 17:24:12 +0000 (12:24 -0500)
modified:   emsdump.exe
deleted:    makefile~

emsdump.exe
makefile~ [deleted file]

index fda5ffd1111b5ba02ea180450465d058ba82857d..4bd4a3d57f5fffa49626baac64f89ee5c03f8773 100644 (file)
Binary files a/emsdump.exe and b/emsdump.exe differ
diff --git a/makefile~ b/makefile~
deleted file mode 100644 (file)
index 9e5492d..0000000
--- a/makefile~
+++ /dev/null
@@ -1,113 +0,0 @@
-#-zk0u = translate kanji to unicode... wwww\r
-#-zk0 = kanji support~\r
-#-zkl = current codepage\r
-\r
-CFLAGS=-zkl -wo -x -mc# -mh# -zdp# -zp16 -zq\r
-OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+\r
-FLAGS=-0 -d2 $(OFLAGS) $(CFLAGS)\r
-REMOVECOMMAND=del\r
-DIRSEP=\\r
-SRC=src$(DIRSEP)\r
-SRCLIB=$(SRC)lib$(DIRSEP)\r
-JSMNLIB=$(SRCLIB)jsmn$(DIRSEP)
-EXMMLIB=$(SRCLIB)exmm$(DIRSEP)\r
-\r
-all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe fartest.exe emmtest.exe fmemtest.exe\r
-
-#
-#executables
-#\r
-scroll.exe: scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj lib_head.obj\r
-       wcl $(FLAGS) scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj lib_head.obj# 16/lib/x/modex.lib\r
-scroll.obj: $(SRC)scroll.c\r
-       wcl $(FLAGS) -c $(SRC)scroll.c\r
-test.exe: test.obj modex16.obj bitmap.obj lib_head.obj\r
-       wcl $(FLAGS) test.obj modex16.obj bitmap.obj lib_head.obj\r
-\r
-test2.exe: test2.obj modex16.obj bitmap.obj planar.obj lib_head.obj\r
-       wcl $(FLAGS) test2.obj modex16.obj bitmap.obj planar.obj lib_head.obj\r
-\r
-pcxtest.exe: pcxtest.obj modex16.obj bitmap.obj lib_head.obj\r
-       wcl $(FLAGS) pcxtest.obj modex16.obj bitmap.obj lib_head.obj\r
-\r
-maptest.exe: maptest.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj\r
-       wcl $(FLAGS) maptest.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj\r
-
-maptest0.exe: maptest0.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj\r
-       wcl $(FLAGS) maptest0.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.obj
-
-emmtest.exe: emmtest.obj memory.obj
-       wcl $(FLAGS) emmtest.obj memory.obj
-
-fartest.exe: fartest.obj memory.obj
-       wcl $(FLAGS) fartest.obj memory.obj
-
-fmemtest.exe: fmemtest.obj# memory.obj
-       wcl $(FLAGS) fmemtest.obj# memory.obj
-
-#
-#executable's objects
-#\r
-test.obj: $(SRC)test.c $(SRCLIB)modex16.h\r
-       wcl $(FLAGS) -c $(SRC)test.c\r
-\r
-test2.obj: $(SRC)test2.c $(SRCLIB)modex16.h\r
-       wcl $(FLAGS) -c $(SRC)test2.c\r
-\r
-pcxtest.obj: $(SRC)pcxtest.c $(SRCLIB)modex16.h\r
-       wcl $(FLAGS) -c $(SRC)pcxtest.c\r
-\r
-maptest.obj: $(SRC)maptest.c $(SRCLIB)modex16.h
-       wcl $(FLAGS) -c $(SRC)maptest.c
-
-maptest0.obj: $(SRC)maptest0.c $(SRCLIB)modex16.h\r
-       wcl $(FLAGS) -c $(SRC)maptest0.c
-
-emmtest.obj: $(SRC)emmtest.c\r
-       wcl $(FLAGS) -c $(SRC)emmtest.c\r
-
-fartest.obj: $(SRC)fartest.c\r
-       wcl $(FLAGS) -c $(SRC)fartest.c
-
-fmemtest.obj: $(SRC)fmemtest.c\r
-       wcl $(FLAGS) -c $(SRC)fmemtest.c
-
-#
-#non executable objects libraries
-#\r
-modex16.obj: $(SRCLIB)modex16.h $(SRCLIB)modex16.c\r
-       wcl $(FLAGS) -c $(SRCLIB)modex16.c\r
-\r
-dos_kb.obj: $(SRCLIB)dos_kb.h $(SRCLIB)dos_kb.c\r
-       wcl $(FLAGS) -c $(SRCLIB)dos_kb.c\r
-\r
-bitmap.obj: $(SRCLIB)bitmap.h $(SRCLIB)bitmap.c\r
-       wcl $(FLAGS) -c $(SRCLIB)bitmap.c\r
-\r
-planar.obj: $(SRCLIB)planar.h $(SRCLIB)planar.c\r
-       wcl $(FLAGS) -c $(SRCLIB)planar.c\r
-\r
-mapread.obj: $(SRCLIB)mapread.h $(SRCLIB)mapread.c\r
-       wcl $(FLAGS) -c $(SRCLIB)mapread.c\r
-\r
-lib_head.obj: $(SRCLIB)lib_head.h $(SRCLIB)lib_head.c\r
-       wcl $(FLAGS) -c $(SRCLIB)lib_head.c\r
-\r
-jsmn.obj: $(JSMNLIB)jsmn.h $(JSMNLIB)jsmn.c\r
-       wcl $(FLAGS) -c $(JSMNLIB)jsmn.c\r
-
-memory.obj: $(EXMMLIB)memory.h $(EXMMLIB)memory.c\r
-       wcl $(FLAGS) -c $(EXMMLIB)memory.c
-
-#
-#other~
-#\r
-clean: .symbolic\r
-#      @$(REMOVECOMMAND) *.obj\r
-       @$(REMOVECOMMAND) *.OBJ\r
-#      @$(REMOVECOMMAND) *.out\r
-#      @$(REMOVECOMMAND) *.OUT\r
-       @$(REMOVECOMMAND) makefi~1\r
-       @$(REMOVECOMMAND) __WCL__.LNK\r
-#      @$(REMOVECOMMAND) *.smp\r
-       @$(REMOVECOMMAND) *.SMP\r