]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.win32
added support for radiobox items tooltips in XRC
[wxWidgets.git] / wxPython / b.win32
index 8444a1decec832d1a7daad8e359a8b81976b5306..bf29a2ff5f29d933ac6b6da99c918e39191a04c4 100644 (file)
@@ -1,12 +1,8 @@
 #!/bin/bash
 # ----------------------------------------------------------------------
 
-# To Robin: I tried to avoid making any changes to the existing
-# build scripts, but my env requires me to specify Windows paths...
-# if this breaks something at your end, let me know and we can
-# figure out some solution for both of us.
 if [ "$SWIGDIR" = "" ]; then
-  SWIGDIR=$PROJECTS\\SWIG-1.3.27
+  SWIGDIR=$PROJECTS\\SWIG-1.3.29
 fi
 
 
@@ -90,20 +86,20 @@ elif [ "$1" = "a" ]; then
     shift
     CMD=
 
-#     $0 22 d
-#     $0 22 h
-#     $0 22 r
-#     $0 22 d UNICODE=1
-#     $0 22 h UNICODE=1
-#     $0 22 r UNICODE=1
-    
-    $0 23 d
-    $0 23 h
-    $0 23 r
+    $0 23 d UNICODE=0
+    $0 23 h UNICODE=0
+    $0 23 r UNICODE=0
     $0 23 d UNICODE=1
     $0 23 h UNICODE=1
     $0 23 r UNICODE=1
 
+    $0 24 d UNICODE=0
+    $0 24 h UNICODE=0
+    $0 24 r UNICODE=0
+    $0 24 d UNICODE=1
+    $0 24 h UNICODE=1
+    $0 24 r UNICODE=1
+
 
 # "b" --> both debug and hybrid builds
 elif [ "$1" = "b" ]; then