[Informixdb-cvs] SF.net SVN: informixdb: [173] trunk/informixdb/winbuild.bat
Brought to you by:
chaese,
f-apolloner
From: <ch...@us...> - 2007-10-16 01:16:59
|
Revision: 173 http://informixdb.svn.sourceforge.net/informixdb/?rev=173&view=rev Author: chaese Date: 2007-10-15 18:17:01 -0700 (Mon, 15 Oct 2007) Log Message: ----------- Helper script for building Windows binaries. Don't expect to be able to use this without adjusting the directory names, I'm mostly putting this here so I don't have to reconstruct it for future releases. Added Paths: ----------- trunk/informixdb/winbuild.bat Added: trunk/informixdb/winbuild.bat =================================================================== --- trunk/informixdb/winbuild.bat (rev 0) +++ trunk/informixdb/winbuild.bat 2007-10-16 01:17:01 UTC (rev 173) @@ -0,0 +1,7 @@ +set INFORMIXDIR=C:\Program Files\IBM\Informix\Client-SDK +set OLDPATH=%PATH% +set PATH=%INFORMIXDIR%\bin;C:\msys\1.0\mingw\bin;%PATH% +C:\Python25\python.exe setup.py bdist_wininst build_ext -c mingw32 --esql-threadlib=winnt +C:\Python24\python.exe setup.py bdist_wininst build_ext -c mingw32 --esql-threadlib=winnt +C:\Python23\python.exe setup.py bdist_wininst build_ext -c mingw32 --esql-threadlib=winnt +set PATH=%OLDPATH% Property changes on: trunk/informixdb/winbuild.bat ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |