]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
added stuff to help me study 0.exe it is a complex program wwww what is getting to...
[16.git] / makefile
index 21bdfacc14a020ab71be2fb9b1c55858a9781a15..f97d87fafae72df370080e8612ed299d0d302a35 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -82,11 +82,11 @@ DOSLIB_JOYSTICK=$(DOSLIBDIR)/hw/joystick
 DOSLIB_MEMMODE=dos86$(MEMORYMODE)
 
 # remote host (for sparky4)
-HOSTUSER=wwc001
-HOSTADDR=beta.latech.edu
-HOSTDIR=~/public_html/
+HOSTUSER=sparky4#wwc001
+HOSTADDR=4ch.mooo.com#beta.latech.edu
+HOSTDIR=/var/www/#~/public_html/
 #ssh port
-HOSTPORT=22
+HOSTPORT=26
 
 #
 # quiet flags
@@ -100,7 +100,7 @@ UPXQ=-qqq
 #
 S_FLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k32768
 Z_FLAGS=-zk0 -zc -zp8 -zm
-O_FLAGS=-obmilr -oe=24 -outpack -ei -ohnl+                             -zp4
+O_FLAGS=-opmilr -oe=24 -outback -ei -ohnl+                             -zp4
 T_FLAGS=-bt=dos -wx -m$(MEMORYMODE) -0 -fpi87 -d1##-fo=.$(OBJ) -e=65536
 
 DBUGFLAGS=-fm=$^&.mah -fd=$^&
@@ -187,8 +187,9 @@ TESTEXEC2 = &
        test.exe &
        test0.exe &
        pcxtest.exe &
-       pcxtest2.exe &
        $(EXTERNTESTEXEC)
+TESTEXEC3= &
+       pcxtest2.exe
 UTILEXEC = &
        palettel.exe &
        palettec.exe
@@ -233,7 +234,7 @@ palettec.exe:        palettec.$(OBJ) gfx.lib $(DOSLIB)
 palettel.exe:   palettel.$(OBJ) gfx.lib $(DOSLIB)
 pcxtest2.exe:   pcxtest2.$(OBJ) gfx.lib $(DOSLIB)
 #planrpcx.exe: planrpcx.$(OBJ) gfx.lib
-maptest.exe:   maptest.$(OBJ) 16_map.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB)
+maptest.exe:   maptest.$(OBJ) 16_map.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB) $(16LIB)
 fmemtest.exe:   fmemtest.$(OBJ)
 exmmtest.exe:   exmmtest.$(OBJ) $(16LIB) $(DOSLIB)
 vgmtest.exe:   vgmtest.$(OBJ) vgmsnd.lib $(16LIB) $(DOSLIB)
@@ -410,12 +411,12 @@ vomitchan: .symbolic
 ##
 #git submodule add <repo>
 mkdl: .symbolic
-       @cd $(DOSLIB:$(to_os_path))
+       @cd $(DOSLIBDIR:$(to_os_path))
        @$(DOSLIBMAKEALL) $(DOSLIB_MEMMODE)
        @cd $(BUILD_ROOT)
 
 cldl: .symbolic
-       @cd $(DOSLIB:$(to_os_path))
+       @cd $(DOSLIBDIR:$(to_os_path))
        @$(DOSLIBMAKEALL) $(DOSLIB_MEMMODE) clean
        @cd $(BUILD_ROOT)