added kind of working windows py2exe setup

This commit is contained in:
Jeena Paradies 2013-04-02 22:10:02 +02:00
parent b6fa8a6dbb
commit ce9900559d
4 changed files with 17 additions and 12 deletions

View file

@ -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