# ----------------------------------------------------------------------
-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
$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