]> git.saurik.com Git - wxWidgets.git/commitdiff
Moving the 2.6 branch change in how SWIG is found to CVS HEAD now that Robin's build...
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 22 Dec 2005 03:24:47 +0000 (03:24 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 22 Dec 2005 03:24:47 +0000 (03:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/b.win32

index 2059a8a45f5be63651f3d2d02b97037ebed13300..aac2d54f47fa71750f466c072f82b432faab2271 100644 (file)
@@ -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