]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wx.bkl
upgrade to bakefile-0.1.4
[wxWidgets.git] / build / bakefiles / wx.bkl
index 3a0e66982ca47da03a859baa17fe3c729840a373..0907ece4a7dc8af8ded2043934186e1a96152fb5 100644 (file)
     <include file="monolithic.bkl"/>
     <!-- ...and when there are multiple libraries: -->
     <include file="multilib.bkl"/>
+
+    <if cond="FORMAT in ['msvc6prj','msevc4prj']">
+        <set var="MSVC6PRJ_MERGED_TARGETS">
+            <if cond="MONOLITHIC=='0'">$(MSVC6PRJ_MERGED_TARGETS_MULTILIB)</if>
+            <if cond="MONOLITHIC=='1'">$(MSVC6PRJ_MERGED_TARGETS_MONOLIB)</if>
+        </set>
+    </if>
+    
     <!-- OpenGL canvas is built as separate library in both cases: -->
     <include file="opengl.bkl"/>
     <!-- Dynamically loadable plugins: -->