No point zipping up the source when it's on GitHub. (Was license.txt ever included?)

This commit is contained in:
Alcaro 2016-05-01 17:45:56 +02:00
parent d546cebb16
commit 08ec63c758
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,5 @@
CFLAGS_gtk = -DFLIPS_GTK $(GTKFLAGS) $(GTKLIBS)
CFLAGS_windows := -DFLIPS_WINDOWS -mwindows -lgdi32 -lcomdlg32 -lcomctl32 -luser32 -lkernel32 -lshell32 -ladvapi32
CFLAGS_win := $(CFLAGS_windows)
CFLAGS_cli := -DFLIPS_CLI
CFLAGS_G = -fno-rtti -fno-exceptions -DNDEBUG

View File

@ -41,11 +41,7 @@ mv flips ~/bin/flips # keeping this one for myself
echo Finishing
#compress source
7z a -mx0 src.zip *.cpp *.h Makefile flips.rc flips.Manifest *.ico make.sh profile/profile.sh profile/profile1.sh special.sh
7z a -mx9 boring.zip license-*.txt
zipcrush boring.zip
7z a floating.zip flips.exe src.zip boring.zip license.txt
7z a floating.zip flips.exe
zipcrush floating.zip
echo Size: $(stat -c%s flips.exe)/96768
echo \(Linux: $(stat -c%s ~/bin/flips)\)