]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/config.bkl
improved wxMac event loop implementation and refactored the code to share it with...
[wxWidgets.git] / build / bakefiles / config.bkl
index 73e98e0d77fba408476582b5ee86689b8b1849e4..0a4c109c9a6649daa201ba3b9fc9ec4a8712caf5 100644 (file)
@@ -352,7 +352,7 @@ it if SHARED=1 unless you know what you are doing.
         <set var="EXTRALIBS_ODBC"/>
         <set var="EXTRALIBS_GUI"/>
         <set var="EXTRALIBS_OPENGL">
-            <if cond="COMPILER=='wat'">opengl32.lib glu32.lib</if>
+            <if cond="COMPILER=='wat' and TOOLKIT=='MSW'">opengl32.lib glu32.lib</if>
             <if cond="COMPILER in ['vc','evc']">opengl32.lib glu32.lib</if>
             <if cond="COMPILER=='gcc'">-lopengl32 -lglu32</if>
         </set>
@@ -455,6 +455,7 @@ Set the version of your Mingw installation here.
     <!-- Need for wxUniv within wxMGL: -->
     <if cond="FORMAT!='autoconf' and TOOLKIT=='MGL'">
         <set var="WXUNIV">1</set>
+        <set var="USE_THREADS">0</set>
     </if>
 
 </makefile>