Added command line build options to build scripts.

This commit is contained in:
Joey Payne 2014-12-20 09:25:38 +13:00
commit 762b2af050
2 changed files with 7 additions and 1 deletions

View file

@ -38,3 +38,5 @@ install_name_tool -change /usr/local/lib/QtNetwork.framework/Versions/4/QtNetwor
install_name_tool -change /usr/local/Cellar/qt/4.8.5/lib/QtCore.framework/Versions/4/QtCore @executable_path/QtCore Web2Executable.app/Contents/MacOS/QtNetwork
install_name_tool -change /usr/local/lib/libjpeg.8.dylib @executable_path/libjpeg.8.dylib Web2Executable.app/Contents/MacOS/PIL._imaging.so
pyinstaller --hidden-import configobj --distpath output --onefile -n web2exe command_line.py

View file

@ -1 +1,5 @@
cxfreeze.bat main.py --target-dir=Web2ExeWin --base-name=Win32GUI
call pyinstaller --onefile --hidden-import configobj --distpath output -n web2exe command_line.py
echo D | xcopy /s files output\files
call cxfreeze.bat main.py --target-dir=Web2ExeWin --base-name=Win32GUI
echo D | xcopy /s files Web2ExeWin\files