Advertisement
YaakovTooth

Yaakov Paste

Jun 15th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @set py=c:\py
  2. @mkdir build
  3. @mkdir build\exe.win32-2.7
  4. @mkdir build\exe.win32-2.7\imageformats
  5. @copy %py%\Lib\site-packages\PyQt4\plugins\imageformats\*.dll build\exe.win32-2.7\imageformats\
  6. @copy pager.qss build\exe.win32-2.7\
  7. @python setup-freeze.py build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement