mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-22 10:07:39 -05:00
No point zipping up the source when it's on GitHub. (Was license.txt ever included?)
This commit is contained in:
parent
d546cebb16
commit
08ec63c758
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
6
make.sh
6
make.sh
|
|
@ -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)\)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user