Build/distrib things

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-03-06 19:04:58 +00:00
parent 5505bde35b
commit d45aa93b61
7 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
Welcome!
This program will install wxPython 2.4.0.2 for MacPython-OSX 2.3.
This program will install wxPython 2.4.0.4 for MacPython-OSX 2.3.
Build date: Tue Jan 28 17:04:12 PST 2003
Build date: Thu Mar 6 00:08:13 PST 2003

View File

@@ -4,13 +4,13 @@
/usr/local/bin/python -O $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython
# and in the demo
/usr/local/bin/python $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py /Applications/wxPythonOSX-2.4.0.2/demo
/usr/local/bin/python $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/../compileall.py /Applications/wxPythonOSX-2.4.0.4/demo
# Make the demo/data dir writable
chmod a+w /Applications/wxPythonOSX-2.4.0.2/demo/data
chmod a+w /Applications/wxPythonOSX-2.4.0.4/demo/data
# and the wxPython pacakge should be group writable
chmod -R g+w $2/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython
chmod -R g+w /Applications/wxPythonOSX-2.4.0.2
chmod -R g+w /Applications/wxPythonOSX-2.4.0.4
exit 0