[Zope3-checkins] SVN: Zope3/branches/roger-win-buildout/ Adjust
svn:externals for zc.buildout
Roger Ineichen
roger at projekt01.ch
Mon Jul 16 22:22:17 EDT 2007
Log message for revision 78048:
Adjust svn:externals for zc.buildout
Added windows build.bat script
Note:
Install the mingw compiler http://prdownloads.sourceforge.net/mingw
(http://www.mingw.org/MinGWiki/index.php/RealDumbQuickstart)
Add the mingw\bin directory to the system PATH
Create (or edit) a .cfg file for distutils (distutils.cfg) eg:
python\Lib\distutils\distutils.cfg with this content:
[build]
compiler=mingw32
Changed:
A Zope3/branches/roger-win-buildout/build.bat
_U Zope3/branches/roger-win-buildout/src/zc/
-=-
Added: Zope3/branches/roger-win-buildout/build.bat
===================================================================
--- Zope3/branches/roger-win-buildout/build.bat (rev 0)
+++ Zope3/branches/roger-win-buildout/build.bat 2007-07-17 02:22:17 UTC (rev 78048)
@@ -0,0 +1,7 @@
+ at echo off
+set CL=/Ox
+set PYTHON=C:\Python24\python.exe
+set PYTHONPATH=.;..\Zope3\src;..\src;..\Zope3
+set INSTANCE_HOME=..\src
+set SOFTWARE_HOME=..\Zope3\src
+"%PYTHON%" "setup.py%" build_ext -i install_data --install-dir .
Property changes on: Zope3/branches/roger-win-buildout/src/zc
___________________________________________________________________
Name: svn:externals
- buildout svn+ssh://svn.zope.org/repos/main/zc.buildout/branches/roger-win-buildout
+ buildout svn+ssh://svn.zope.org/repos/main/zc.buildout/branches/roger-win-buildout/src/zc/buildout
More information about the Zope3-Checkins
mailing list