]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
documented wxIsMainThread() and other thread-related stuff
[wxWidgets.git] / wx-config.in
index 7b4dc764200e2032a8e327d6148605fc053dd224..b272bdaab5a44768f34d2b5bc73499fa75e07eba 100755 (executable)
@@ -146,10 +146,10 @@ while test $# -gt 0; do
       cppflags
       ;;
     --cflags)
-      echo `cppflags`
+      echo `cppflags` @CODE_GEN_FLAGS@
       ;;
     --cxxflags)
-      echo `cppflags`
+      echo `cppflags` @CODE_GEN_FLAGS@ @CODE_GEN_FLAGS_CXX@
       ;;
     --ldflags)
       echo @LDFLAGS_EXE@