]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use pch when building samples for now
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 15 Aug 2004 19:47:36 +0000 (19:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 15 Aug 2004 19:47:36 +0000 (19:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common_samples.bkl

index b1a25cdab35abdf69b7220910c95d5f10b7dd350..a0b00c319e30c24bdd1c3e777b1ac9fc648db583 100644 (file)
         <if cond="FORMAT=='autoconf'">
             <wx-os2-lib-resource/>
         </if>
         <if cond="FORMAT=='autoconf'">
             <wx-os2-lib-resource/>
         </if>
+
+        <!-- FIXME: temporary, until bakefile can reuse existing pch files -->
+        <if cond="FORMAT!='autoconf'">
+            <define>NOPCH</define>
+        </if>
     </template>
     
     <template id="wx_util_console" template="wx_util_b">
     </template>
     
     <template id="wx_util_console" template="wx_util_b">