From 5e66e38e9fa71c680e8d048365b9b4ce8b674677 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Thu, 22 Dec 2005 03:24:47 +0000 Subject: [PATCH] Moving the 2.6 branch change in how SWIG is found to CVS HEAD now that Robin's build system uses it too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/b.win32 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wxPython/b.win32 b/wxPython/b.win32 index 2059a8a45f..aac2d54f47 100644 --- a/wxPython/b.win32 +++ b/wxPython/b.win32 @@ -1,8 +1,15 @@ #!/bin/bash # ---------------------------------------------------------------------- +# To Robin: I tried to avoid making any changes to the existing +# build scripts, but my env requires me to specify Windows paths... +# if this breaks something at your end, let me know and we can +# figure out some solution for both of us. +if [ "$SWIGDIR" = "" ]; then + SWIGDIR=$PROJECTS\\SWIG-cvs +fi -FLAGS="USE_SWIG=1 SWIG=$PROJECTS/SWIG-cvs/swig.exe" +FLAGS="USE_SWIG=1 SWIG=$SWIGDIR\\swig.exe" # Use non-default python? case $1 in -- 2.47.2