]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
warning fix
[wxWidgets.git] / wxPython / b
index a7cf3f88780cd1926d8c450bb5743f5ef0031126..4888c8ad757de3a0667789f407eccbd6370f94e2 100755 (executable)
@@ -32,6 +32,11 @@ elif [ "$1" = "d" ]; then
     shift
     CMD="rm -f wxPython/*.so"
 
+# "t" --> touch *.i files
+elif [ "$1" = "t" ]; then
+    shift
+    CMD="set CMD=touch src\*.i; touch contrib\glcanvas\*.i; touch contrib\ogl\*.i; touch contrib\stc\*.i"
+
 # "i" --> install
 elif [ "$1" = "i" ]; then
     shift