]> git.saurik.com Git - wxWidgets.git/commitdiff
Free DMC does not distribute OpenGL support.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 14 Oct 2004 17:05:29 +0000 (17:05 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 14 Oct 2004 17:05:29 +0000 (17:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/config.bkl

index bcea35aaa73d5fac8aa60eec3c5c2dfab66e7eb5..f8d7609ee31be3a9d7fa4f8d049b1f574dfd8fa7 100644 (file)
@@ -354,6 +354,9 @@ Set the version of your Mingw installation here.
         <set var="SHARED">0</set>
         <set var="WXUNIV">0</set>
         <set var="UNICODE">0</set>
+        <!-- Free version does not distribute OpenGL,
+             in commercial distribution better use dmars_smake format -->
+        <set var="USE_OPENGL">0</set>
     </if>
 
     <!-- No need for wxUniv on embedded devices (yet): -->