]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_samples.bkl
Unused parameter warning fix.
[wxWidgets.git] / build / bakefiles / common_samples.bkl
index b1a25cdab35abdf69b7220910c95d5f10b7dd350..a0b00c319e30c24bdd1c3e777b1ac9fc648db583 100644 (file)
         <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">