]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_samples.bkl
CodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""
[wxWidgets.git] / build / bakefiles / common_samples.bkl
index b1a25cdab35abdf69b7220910c95d5f10b7dd350..35f9434806056cd29cb36ee0871587195e59c349 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">
@@ -58,7 +63,7 @@
     <template id="wx_sample_console" template="wx_util_console">
         <if cond="FORMAT=='autoconf'">
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <__command>$(SAMPLES_RPATH_POSTLINK)</__command>
+            <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
         </if>
     </template>