]> git.saurik.com Git - wxWidgets.git/commitdiff
added hardcoded values for project files, so that they don't have to be passed on...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Aug 2003 18:06:46 +0000 (18:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Aug 2003 18:06:46 +0000 (18:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/config.bkl

index eefed17f1b3c6da01c6de5566d2df3cd4da590e0..3b12f2c2d016ef163240944333260efc1abae73d 100644 (file)
@@ -227,5 +227,24 @@ Set the version of your Mingw installation here.
         </set>
         <set var="EXTRACFLAGS">$(GCCFLAGS) -DHAVE_W32API_H</set>
     </if>
+
     
+
+    <!-- ================================================================== -->
+    <!--            Project files - hardcode some defaults                  -->
+    <!-- ================================================================== -->
+
+    <if cond="FORMAT_SUPPORTS_CONDITIONS=='0'">
+        <set var="RUNTIME_LIBS">dynamic</set>
+        <set var="OFFICIAL_BUILD">0</set>
+        <set var="USE_HTML">1</set>
+        <set var="USE_OPENGL">1</set>
+        <set var="USE_ODBC">1</set>
+        <set var="MONOLITHIC">0</set>
+        <set var="USE_GUI">1</set>
+        <set var="DEBUG_INFO">default</set>
+        <set var="DEBUG_FLAG">default</set>
+        <set var="MSLU">0</set>
+    </if>
+
 </makefile>