]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshotgen.bkl
Unselect all wxDataViewCtrl items when clicking outside of the item area.
[wxWidgets.git] / utils / screenshotgen / src / screenshotgen.bkl
index ba087abae257d22ce1b7a770afd58f1b7da50d6d..d2fd7977756007ebaee393ca749f0e619a4ef7dd 100644 (file)
@@ -7,16 +7,17 @@
 
     <exe id="screenshotgen" template="wx_util" template_append="wx_append">
         <if cond="FORMAT=='autoconf'">
+            <!-- we need this for correct install_name_tool operations on Mac: -->
+            <ldflags>$(HEADER_PAD_OPTION)</ldflags>
+
             <wx-mac-app-bundle/>
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
         </if>
 
         <sources>
             screenshot_app.cpp
             screenshot_main.cpp
             guiframe.cpp
-            ctrlmaskout.cpp
             customcombo.cpp
             autocapture.cpp
         </sources>
             screenshot_app.h
             screenshot_main.h
             guiframe.h
-            ctrlmaskout.h
             customcombo.h
             autocapture.h
         </headers>
 
         <wx-lib>aui</wx-lib>
-        <wx-lib>adv</wx-lib>
         <wx-lib>richtext</wx-lib>
         <wx-lib>html</wx-lib>
+        <wx-lib>adv</wx-lib>
         <wx-lib>xml</wx-lib>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
         <install-to>$(BINDIR)</install-to>
     </exe>
 
-    <wx-data id="data">
+    <wx-data id="bitmaps">
+        <dstdir>$(BUILDDIR)/bitmaps</dstdir>
+        <srcdir>$(SRCDIR)/bitmaps</srcdir>
+        <files>
+            wxwin32x32.png
+            bell.png
+            sound.png
+            dropbuth.png
+            dropbutn.png
+            dropbutp.png
+            throbber.gif
+        </files>
+    </wx-data>
+
+    <wx-data id="xml">
         <files>
             richtext.xml
-            bitmaps$(DIRSEP)wxwin32x32.png
-            bitmaps$(DIRSEP)bell.png
-            bitmaps$(DIRSEP)sound.png
-            bitmaps$(DIRSEP)dropbuth.png
-            bitmaps$(DIRSEP)dropbutn.png
-            bitmaps$(DIRSEP)dropbutp.png
-            bitmaps$(DIRSEP)throbber.gif
         </files>
     </wx-data>