added kind of working windows py2exe setup
This commit is contained in:
parent
b6fa8a6dbb
commit
ce9900559d
4 changed files with 17 additions and 12 deletions
|
@ -1,7 +1,8 @@
|
|||
|
||||
mkdir bungloo
|
||||
cp ../Qt/* bungloo
|
||||
cp ../WebKit bungloo
|
||||
cp ../images bungloo
|
||||
cp setup.py bungloo
|
||||
Copy-Item ../Qt/* bungloo -Recurse
|
||||
Copy-Item ../WebKit bungloo -Recurse
|
||||
Copy-Item ../images bungloo -Recurse
|
||||
Copy-Item setup.py bungloo
|
||||
touch bungloo/__init__.py
|
||||
Copy-Item msvcp90.dll bungloo
|
Reference in a new issue