]> git.saurik.com Git - wxWidgets.git/commitdiff
Using != doesn't work for bakefile, I don't know what does, or what this
authorRon Lee <ron@debian.org>
Thu, 16 Sep 2004 16:02:52 +0000 (16:02 +0000)
committerRon Lee <ron@debian.org>
Thu, 16 Sep 2004 16:02:52 +0000 (16:02 +0000)
change really wanted to achieve, but its been broken for a couple of days
now.  Back to you ABX for a real fix.  But please install bakefile if you
are going to tweak these files.

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

build/bakefiles/files.bkl

index c234b55287617d00432abb42e28696af65261cae..f816d4b8398140e1d944df133b39f71ba0df4aa2 100644 (file)
@@ -2375,8 +2375,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
         <!--
             workaround until Bakefiles do not support more than one platform
             for Open Watcom (DOS(MGL)/MSW) - do not include WIN32 base for DOS application
-        -->
+
+            workaround until Bakefile supports !=
         <if cond="PLATFORM_WIN32=='1' and TOOLKIT!='MGL'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)</if>
+        -->
         <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_SRC)</if>
         <if cond="PLATFORM_OS2=='1'">$(BASE_OS2_SRC)</if>
     </set>