summaryrefslogtreecommitdiff
path: root/exefying.bat
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-10-16 00:22:10 +0200
committerKevin Chabowski <kevin@kch42.de>2011-10-16 00:22:10 +0200
commitcb9a825cc50cb2be2f6851fd8af92aba706a3286 (patch)
tree2da710c0746d838fdedc89553ccbce98470eae47 /exefying.bat
parente41035ecfc0ac515b3c790625ea1c946b878b46e (diff)
downloadmcanimalfix-cb9a825cc50cb2be2f6851fd8af92aba706a3286.tar.gz
mcanimalfix-cb9a825cc50cb2be2f6851fd8af92aba706a3286.tar.bz2
mcanimalfix-cb9a825cc50cb2be2f6851fd8af92aba706a3286.zip
Exefying scripts added and README renamed.
Diffstat (limited to 'exefying.bat')
-rw-r--r--exefying.bat18
1 files changed, 18 insertions, 0 deletions
diff --git a/exefying.bat b/exefying.bat
new file mode 100644
index 0000000..2e84720
--- /dev/null
+++ b/exefying.bat
@@ -0,0 +1,18 @@
+@echo off
+REM Exefying the script...
+
+python.exe -OO mkexe.py py2exe
+
+REM Uncomment next line, if you do not want to compress...
+REM goto end
+
+REM recompress the library
+cd dist\
+7z.exe -aoa x library.zip -olibrary\
+cd library\
+7z.exe a -tzip -mx9 ..\library.zip -r
+cd ..
+rd library /s /q
+
+:end
+echo Done