From: sparky4 Date: Fri, 5 Jun 2015 16:26:54 +0000 (-0500) Subject: compact thingy~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=2a3b026008a2ded86d8e476df2a3bb4e47dbf42a;p=16.git compact thingy~ modified: Project 16.bfproject modified: makefile modified: maptest.exe modified: maptest0.exe modified: pcxtest.exe modified: scroll.exe modified: test.exe modified: test2.exe --- diff --git a/Project 16.bfproject b/Project 16.bfproject index ca781067..eca1e95e 100644 --- a/Project 16.bfproject +++ b/Project 16.bfproject @@ -17,11 +17,11 @@ openfiles: /dos/z/16/src/lib/modex16.h:0:0:0: openfiles: /dos/z/16/src/lib/mapread.c:4790:4435:0: openfiles: /dos/z/16/src/lib/mapread.h:285:89:0: openfiles: /dos/z/16/src/lib/jsmn/jsmn.c:4073:3697:0: -openfiles: /dos/z/16/src/lib/jsmn/jsmn.h:1506:866:0: +openfiles: /dos/z/16/src/lib/jsmn/jsmn.h:1635:866:1: openfiles: /dos/z/16/src/maptest.c:69:0:0: -openfiles: /dos/z/16/src/maptest0.c:324:0:0: -openfiles: /dos/z/16/16/dongs.c:920:0:0: -openfiles: /dos/z/16/src/lib/types.h:165:0:1: +openfiles: /dos/z/16/src/maptest0.c:445:0:0: +openfiles: /dos/z/16/16/dongs.c:963:0:0: +openfiles: /dos/z/16/src/lib/types.h:165:0:0: snr_recursion_level: 0 convertcolumn_horizontally: 0 adv_open_matchname: 0 @@ -83,7 +83,7 @@ recent_files: file:///dos/z/16/src/lib/jsmn/jsmn.h recent_files: file:///dos/z/16/src/maptest0.c recent_files: file:///dos/z/16/src/maptest.c snr_replacetype: 0 -savedir: file:///dos/z/16/16 +savedir: file:///dos/z/16/src/lib/jsmn spell_check_default: 1 spell_insert_entities: 0 last_filefilter: diff --git a/makefile b/makefile index 1b142a0f..6530673d 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ #-zk0 = kanji support~ #-zkl = current codepage -CFLAGS=-zkl -wo -x -mh# -zdp# -zp16 -zq +CFLAGS=-zkl -wo -x -mc# -mh# -zdp# -zp16 -zq OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+ FLAGS=-0 -d2 $(OFLAGS) $(CFLAGS) REMOVECOMMAND=del diff --git a/maptest.exe b/maptest.exe index a2fe12c9..4bd8da12 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/maptest0.exe b/maptest0.exe index cfa6bc73..0930c208 100644 Binary files a/maptest0.exe and b/maptest0.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 3017934c..29b668ff 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index ddcac6f2..a72bd9b5 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/test.exe b/test.exe index d285fa36..18da51ec 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index afadc043..19d9b64d 100644 Binary files a/test2.exe and b/test2.exe differ