]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_samples_intree.bkl
Correct wxImage::Size() again; add unit tests for it.
[wxWidgets.git] / build / bakefiles / common_samples_intree.bkl
index ed4dd52a3f9556fbb02147d5332dc89e1feda9cd..9de319fc22f98b8e1556fd7b78180e80c4e2a9e0 100644 (file)
@@ -9,6 +9,8 @@
     <!--                    Template for wxWidgets samples:              -->
     <!-- =============================================================== -->
 
+    <set var="WX_ENABLE_PRECOMP_HEADERS">0</set>
+
     <set var="DLLFLAG">
         <if cond="SHARED=='1'">WXUSINGDLL</if>
     </set>
@@ -36,7 +38,7 @@
 
         <!-- FIXME: temporary, until bakefile can reuse existing pch files -->
         <if cond="FORMAT!='autoconf'">
-            <if cond="WX_ENABLE_PRECOMP_HEADERS!='1'">
+            <if cond="WX_ENABLE_PRECOMP_HEADERS=='0'">
                 <define>NOPCH</define>
             </if>
         </if>
         <if cond="FORMAT=='autoconf'">
             <wx-mac-app-bundle/>
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
         </if>
     </template>
     <template id="wx_sample_console" template="wx_util_console">
         <if cond="FORMAT=='autoconf'">
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
         </if>
     </template>