]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/render.bkl
allow passing -1 range to SetScrollbar() to indicate the the scrollbar should be...
[wxWidgets.git] / samples / render / render.bkl
index 503c147147999f78f471bf9841cf755056a05fcc..d2324e13aacd203f38924fd77ab0651e2e0a7173 100644 (file)
@@ -5,6 +5,13 @@
 
     <include file="../../build/bakefiles/common_samples.bkl"/>
 
+    <if cond="OUT_OF_TREE_MAKEFILES=='1'">
+        <option name="SHARED">
+            <default-value>0</default-value>
+            <description>Build shared lib plugin</description>
+        </option>
+    </if>
+
     <exe id="render" template="wx_sample" template_append="wx_append">
         <sources>render.cpp</sources>
         <wx-lib>core</wx-lib>