]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.win32
* build and distrib tweaks.
[wxWidgets.git] / wxPython / b.win32
index 80fbae20077655c613b43554be260d4c97e2dbaa..4d8b2e894097fc2b9459ade46c137ad70edffd2f 100644 (file)
@@ -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