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:
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
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
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:
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
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
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
\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
#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
#include <conio.h>
//#include <limits.h>
-#include "memory.h"
+#include "src/lib/exmm/memory.h"
int main(int argc, char *argv[])
{