]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove another unneeded TOOLKIT test from the bakefiles.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 12 Jun 2012 21:42:02 +0000 (21:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 12 Jun 2012 21:42:02 +0000 (21:42 +0000)
Don't check the toolkit unnecessarily, this doesn't really change anything
right now but will not break wxGTK build under MSW when support for it is
added.

Closes #14379.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wx.bkl

index b806cd704ecd3e972d3d67edaa19e85720aeb35f..e2420a3dc5da5079055c2e8478f81e794bf3a018 100644 (file)
 
 
     <!-- copy setup.h on DOS/OS2/Windows if the format supports it: -->
-    <if cond="FORMAT!='autoconf' and IS_MSVC_PRJ=='0' and TOOLKIT in ['PM','MSW','MOTIF']">
+    <if cond="FORMAT!='autoconf' and IS_MSVC_PRJ=='0'">
         <mkdir id="libdir">
             <dir>$(LIBDIRNAME)</dir>
         </mkdir>