]> git.saurik.com Git - wxWidgets.git/blobdiff - build/msw/config.gcc
Add wxBitmap::GetNSImage() which creates an autoreleased NSImage either
[wxWidgets.git] / build / msw / config.gcc
index 7ec77dff95e414bec3b316d878d318d1f773adb9..4a0b5ec297b760ca4b41eac079450febb3d8291c 100644 (file)
@@ -58,6 +58,11 @@ MSLU = 0
 # Is this official build by wxWindows developers? [0,1]
 OFFICIAL_BUILD = 0
 
+# Version of C runtime library to use. You can change this to
+# static if SHARED=0, but it is highly recommended to not do
+# it if SHARED=1 unless you know what you are doing. [dynamic,static]
+RUNTIME_LIBS = dynamic
+
 # What type of library to build? [0,1]
 SHARED = 0