]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/config.bkl
Exclude "osx" files, not "mac" ones, from Inno Setup file.
[wxWidgets.git] / build / bakefiles / config.bkl
index 278c11cdf15c567ed4043add3f89d16f3af5696f..f4fed35f76148525fcb04d7855c9e5cc981de1b9 100644 (file)
@@ -66,7 +66,8 @@
             </option>
         </if>
 
-        <if cond="FORMAT in ['msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
+        <!-- We must make TOOLKIT a constant under Windows -->
+        <if cond="FORMAT in ['borland','mingw','msvc','watcom', 'msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
             <set var="TOOLKIT">MSW</set>
         </if>
     </if>