]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.bat
merged wxRegConf rename fix from 2.2
[wxWidgets.git] / wxPython / b.bat
index fba0a037f47e1eaf5d1d7f0ed8d14e5e93e3a39b..950b821e26194b50e131a7965b6bdbdbd087ba87 100755 (executable)
@@ -30,6 +30,11 @@ elseiff "%1" == "d" then
        shift
        set CMD=del wxPython\*.pyd
 
+rem touch all the *.i files so swig will regenerate
+elseiff "%1" == "t" then
+       shift
+       set CMD=touch src\*.i & touch contrib\glcanvas\*.i & touch contrib\ogl\*.i & touch contrib\stc\*.i
+
 rem "i" --> install
 elseiff "%1" == "i" then
        shift