]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mkdirs
wxLogWindoe changed again: now takes a parent frame in ctor
[wxWidgets.git] / src / mkdirs
index c36a698965cee95b8f78b84063a4b1b095363c4a..349a149d095761dae6b89fcb9cf9b3e9b4524d12 100755 (executable)
@@ -5,6 +5,16 @@ if test ! -d gtk; then
     mkdir gtk
 fi
 
+# create "/qt" if not present
+if test ! -d qt; then
+    mkdir qt
+fi
+
+# create "/motif" if not present
+if test ! -d motif; then
+    mkdir motif
+fi
+
 # create "/common" if not present
 if test ! -d common; then
     mkdir common
@@ -30,3 +40,7 @@ if test ! -d gdk_imlib; then
     mkdir gdk_imlib
 fi
 
+# create "/iodbc" if not present
+if test ! -d iodbc; then
+    mkdir iodbc
+fi