]> 4ch.mooo.com Git - 16.git/commitdiff
scripts updated~
authorsparky4 <sparky4@cock.li>
Mon, 14 Mar 2016 15:16:41 +0000 (10:16 -0500)
committersparky4 <sparky4@cock.li>
Mon, 14 Mar 2016 15:16:41 +0000 (10:16 -0500)
awoo.sh
build.sh [moved from w.sh with 100% similarity]
builq.sh [new file with mode: 0755]
makefile

diff --git a/awoo.sh b/awoo.sh
index c008020705960d442dcb76387430bbab680bbefe..a059f11324dfebbb562fc9a6e11e316a308dcf2f 100755 (executable)
--- a/awoo.sh
+++ b/awoo.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-. ./w.sh
+. ./build.sh
 if [ -f "*.exe" ]
        then
 wmake -h www
@@ -13,4 +13,4 @@ fi
 ##echo "$pee"
 git add .
 . ./boop.sh "$pee"
-. ./w.sh
+. ./builq.sh
diff --git a/w.sh b/build.sh
similarity index 100%
rename from w.sh
rename to build.sh
diff --git a/builq.sh b/builq.sh
new file mode 100755 (executable)
index 0000000..f518246
--- /dev/null
+++ b/builq.sh
@@ -0,0 +1,4 @@
+#! /bin/bash
+wmake -h clean
+wmake -h
+wmake -h comq
index cb40b7fe460709bacb965347eb744f953b3daa26..cee3055a51c1a45eb9c5866dab3934d9f5c2ba87 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -62,7 +62,7 @@ WCPULIB=$(SRCLIB)wcpu$(DIRSEP)
 
 WLIBQ=-q
 WCLQ=-zq $(WLIBQ)
-UPXQ=
+UPXQ=-qqq
 
 AFLAGS=-mh -0 -d1
 16FLAGS=-fh=16.hed
@@ -429,8 +429,10 @@ clean: .symbolic
 #      @echo $(INCLUDE)
 
 comp: .symbolic
-       @upx -9 $(UPXQ) $(EXEC)
-##     @upx -9 $(UPXQ) x-demo.exe
+       @upx -9 $(EXEC)
+
+comq: .symbolic
+        @upx -9 $(UPXQ) $(EXEC)
 
 www: .symbolic
 #       @rm /var/www/$(EXEC)