fixed makefile for make_web2py

This commit is contained in:
Massimo Di Pierro
2012-06-09 11:51:29 -05:00
parent 20c5ed3797
commit a4a7dbb1e1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -63,6 +63,7 @@ app:
python2.5 -c 'import compileall; compileall.compile_dir("gluon/")'
#python web2py.py -S welcome -R __exit__.py
find gluon -path '*.pyc' -exec cp {} ../web2py_osx/site-packages/{} \;
cd ../web2py_osx/site-packages/; unzip ../site-packages.zip
cd ../web2py_osx/site-packages/; zip -r ../site-packages.zip *
mv ../web2py_osx/site-packages.zip ../web2py_osx/web2py/web2py.app/Contents/Resources/lib/python2.5
cp README.markdown ../web2py_osx/web2py/web2py.app/Contents/Resources
@@ -86,6 +87,7 @@ win:
echo 'did you uncomment import_all in gluon/main.py?'
python2.5 -c 'import compileall; compileall.compile_dir("gluon/")'
find gluon -path '*.pyc' -exec cp {} ../web2py_win/library/{} \;
cd ../web2py_win/library/; unzip ../library.zip
cd ../web2py_win/library/; zip -r ../library.zip *
mv ../web2py_win/library.zip ../web2py_win/web2py
cp README.markdown ../web2py_win/web2py/
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-06-09 11:20:18) dev
Version 2.00.0 (2012-06-09 11:51:26) dev