X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f60a22bd94d8d14ee3a0a9c938e793ba79c240f4..547e2b0c43e72d18b9a9c2f63ce6cc0dfef53a4e:/wxPython/b.win32?ds=inline

diff --git a/wxPython/b.win32 b/wxPython/b.win32
index 80fbae2007..4d8b2e8940 100644
--- a/wxPython/b.win32
+++ b/wxPython/b.win32
@@ -2,7 +2,7 @@
 # ----------------------------------------------------------------------
 
 
-FLAGS="USE_SWIG=1 SWIG=e:/projects/SWIG-cvs/swig.exe"
+FLAGS="USE_SWIG=1 SWIG=$PROJECTS/SWIG-cvs/swig.exe"
 
 #  Use non-default python?
 case $1 in
@@ -91,7 +91,7 @@ elif [ "$1" = "b" ]; then
     $0 $VER   $@
     $0 $VER h $@
 
-# (no command arg) --> normal build for development
+# (no command arg) --> normal debug build for development
 else
     CMD="$SETUP $FLAGS HYBRID=0 build_ext --inplace --debug $@"
 fi