Keep up console for windows build for now.
git-svn-id: http://comictagger.googlecode.com/svn/trunk@62 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
e19714bf98
commit
1501e3f89c
@ -10,7 +10,8 @@ all: clean dist package
|
||||
|
||||
dist:
|
||||
cd "$(TAGGER_BASE)" &
|
||||
"C:\Python27\Scripts\cxfreeze.bat" $(TAGGER_BASE)\tagger.py --icon nsis\app.ico --base-name=Win32GUI
|
||||
"C:\Python27\Scripts\cxfreeze.bat" $(TAGGER_BASE)\tagger.py --icon nsis\app.ico
|
||||
#--base-name=Win32GUI
|
||||
cp -R C:\Python27\Lib\site-packages\PyQt4\plugins\imageformats $(DIST_DIR)
|
||||
cp "$(TAGGER_BASE)\UnRAR2\UnRARDLL\unrar.dll" $(DIST_DIR)
|
||||
cp "$(TAGGER_BASE)\*.ui" $(DIST_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user