OSDN Git Service

== added git repos to the game lib for updates ^^
[proj16/16.git] / makefile
index c0f971a..ad30164 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -83,7 +83,7 @@ TESTEXEC = exmmtest.exe test.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe
 #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe
 EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe
 
-all: $(EXEC) comp
+all: $(EXEC)
 
 #
 #game and bakapi executables
@@ -423,21 +423,32 @@ clean: .symbolic
 
 comp: .symbolic
        @upx -9 -qqq $(EXEC)
-       @upx -9 -qqq x-demo.exe
+##     @upx -9 -qqq x-demo.exe
 
+#git submodule add <repo>
 updatelibs: .symbolic
-       cd $(JSMNLIB)
-       git pull
-       cd ../../../
+       @cd $(JSMNLIB)
+       @git pull
+       @cd ../../../
+        @cd $(DOSLIB)
+        @git pull
+       @./buildall.sh
+        @cd ../../../
 
 xlib: .symbolic
        @cd 16/xlib
        @wmake clean
        @wmake all
-       cd ../../
+       @cd ../../
 
 mx: .symbolic
        @cd 16/xw
 #      @wmake clean
        @wmake all
-       cd ../../
+       @cd ../../
+
+mx_: .symbolic
+       @cd 16/xw_
+       @wmake -f makefile all
+       @cd ../../
+