OSDN Git Service

okies~ adding exmm testing stuff to the makefile~
authorsparky4 <sparky4@cock.li>
Fri, 5 Jun 2015 16:50:12 +0000 (11:50 -0500)
committersparky4 <sparky4@cock.li>
Fri, 5 Jun 2015 16:50:12 +0000 (11:50 -0500)
modified:   Project 16.bfproject
renamed:    src/lib/exmm/EMM.EXE -> emmtest.exe
renamed:    src/lib/exmm/FAR.EXE -> far.exe
modified:   makefile
renamed:    src/lib/exmm/emm.c -> src/emmtest.c
renamed:    src/lib/exmm/far.c -> src/far.c

Project 16.bfproject
emmtest.exe [moved from src/lib/exmm/EMM.EXE with 100% similarity]
far.exe [moved from src/lib/exmm/FAR.EXE with 100% similarity]
makefile
src/emmtest.c [moved from src/lib/exmm/emm.c with 96% similarity]
src/far.c [moved from src/lib/exmm/far.c with 96% similarity]

index eca1e95..0f65b2e 100644 (file)
@@ -1,9 +1,13 @@
 c2e.convert_special: 0
 e2c.convert_num: 0
-openfiles: /dos/z/16/doc/project.txt:138:0:0:
+openfiles: /dos/z/16/doc/project.txt:138:0:1:
 openfiles: /dos/z/16/src/palettec.c:179:0:0:
 openfiles: /dos/z/16/src/pcxtest.c:504:0:0:
 openfiles: /dos/z/16/src/scroll.c:3841:2952:0:
+openfiles: /dos/z/16/src/emmtest.c:493:554:0:
+openfiles: /dos/z/16/src/far.c:126:0:0:
+openfiles: /dos/z/16/src/maptest.c:69:0:0:
+openfiles: /dos/z/16/src/maptest0.c:446:0:0:
 openfiles: /dos/z/16/src/test.c:0:0:0:
 openfiles: /dos/z/16/src/test2.c:0:0:0:
 openfiles: /dos/z/16/src/lib/planar.h:0:0:0:
@@ -15,12 +19,11 @@ openfiles: /dos/z/16/src/lib/dos_kb.h:0:0:0:
 openfiles: /dos/z/16/src/lib/modex16.c:444:0:0:
 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/mapread.h:285:23:0:
 openfiles: /dos/z/16/src/lib/jsmn/jsmn.c:4073:3697: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:445:0:0:
+openfiles: /dos/z/16/src/lib/jsmn/jsmn.h:1635:826:0:
 openfiles: /dos/z/16/16/dongs.c:963:0:0:
+openfiles: /dos/z/16/makefile:1871:838:0:
 openfiles: /dos/z/16/src/lib/types.h:165:0:0:
 snr_recursion_level: 0
 convertcolumn_horizontally: 0
@@ -33,7 +36,7 @@ view_left_panel: 0
 default_mime_type: text/plain
 e2c.convert_xml: 1
 c2e.convert_iso: 0
-opendir: file:///dos/z/16/src
+opendir: file:///dos/z/16/src/lib/exmm
 wrap_text_default: 0
 bookmarks_filename_mode: 1
 ssearch_text: long
@@ -82,8 +85,13 @@ recent_files: file:///dos/z/16/src/lib/jsmn/jsmn.c
 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
+recent_files: file:///dos/z/16/makefile
+recent_files: file:///dos/z/16/src/emm.c
+recent_files: file:///dos/z/16/src/far.c
+recent_files: file:///dos/z/16/src/emstest.c
+recent_files: file:///dos/z/16/src/lib/exmm/x.bat
 snr_replacetype: 0
-savedir: file:///dos/z/16/src/lib/jsmn
+savedir: file:///dos/z/16/doc
 spell_check_default: 1
 spell_insert_entities: 0
 last_filefilter: 
similarity index 100%
rename from src/lib/exmm/EMM.EXE
rename to emmtest.exe
similarity index 100%
rename from src/lib/exmm/FAR.EXE
rename to far.exe
index 6530673..da282de 100644 (file)
--- a/makefile
+++ b/makefile
@@ -9,9 +9,10 @@ REMOVECOMMAND=del
 DIRSEP=\\r
 SRC=src$(DIRSEP)\r
 SRCLIB=$(SRC)lib$(DIRSEP)\r
-JSMNLIB=$(SRCLIB)jsmn$(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\r
+all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe far.exe emmtest.exe\r
 \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
@@ -30,7 +31,14 @@ maptest.exe: maptest.obj mapread.obj jsmn.obj modex16.obj bitmap.obj lib_head.ob
        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\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
+
+far.exe: far.obj memory.obj
+       wcl $(FLAGS) far.obj memory.obj
+
 \r
 test.obj: $(SRC)test.c $(SRCLIB)modex16.h\r
        wcl $(FLAGS) -c $(SRC)test.c\r
@@ -41,12 +49,18 @@ test2.obj: $(SRC)test2.c $(SRCLIB)modex16.h
 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\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\r
-\r
+       wcl $(FLAGS) -c $(SRC)maptest0.c
+
+emmtest.obj: $(SRC)emmtest.c\r
+       wcl $(FLAGS) -c $(SRC)emmtest.c\r
+
+far.obj: $(SRC)far.c\r
+       wcl $(FLAGS) -c $(SRC)far.c
+
 \r
 modex16.obj: $(SRCLIB)modex16.h $(SRCLIB)modex16.c\r
        wcl $(FLAGS) -c $(SRCLIB)modex16.c\r
@@ -68,6 +82,9 @@ lib_head.obj: $(SRCLIB)lib_head.h $(SRCLIB)lib_head.c
 \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
 \r
 clean: .symbolic\r
 #      @$(REMOVECOMMAND) *.obj\r
similarity index 96%
rename from src/lib/exmm/emm.c
rename to src/emmtest.c
index c7ad349..eefab9e 100644 (file)
@@ -19,8 +19,8 @@
 #include <mem.h>\r
 #include <conio.h>
 \r
-#include "memory.h"
-#include "../types.h"
+#include "src/lib/exmm/memory.h"
+#include "src/lib/types.h"
 
 #define PEMMDATAPAGENUM        4\r
 \r
similarity index 96%
rename from src/lib/exmm/far.c
rename to src/far.c
index 9d5f8f5..3ef9a2f 100644 (file)
+++ b/src/far.c
@@ -2,7 +2,7 @@
 #include <conio.h>
 //#include <limits.h>
 
-#include "memory.h"
+#include "src/lib/exmm/memory.h"
 
 int main(int argc, char *argv[])
 {