From 05073062aa7293f2d2e68d6e26e1767c9a9b80b1 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 14 Mar 2016 10:16:41 -0500 Subject: [PATCH] scripts updated~ --- awoo.sh | 4 ++-- w.sh => build.sh | 0 builq.sh | 4 ++++ makefile | 8 +++++--- 4 files changed, 11 insertions(+), 5 deletions(-) rename w.sh => build.sh (100%) create mode 100755 builq.sh diff --git a/awoo.sh b/awoo.sh index c0080207..a059f113 100755 --- 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 index 00000000..f518246b --- /dev/null +++ b/builq.sh @@ -0,0 +1,4 @@ +#! /bin/bash +wmake -h clean +wmake -h +wmake -h comq diff --git a/makefile b/makefile index cb40b7fe..cee3055a 100755 --- 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) -- 2.39.5