]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshotgen.bkl
no real change: divide in groups the wxEvtHandler methods
[wxWidgets.git] / utils / screenshotgen / src / screenshotgen.bkl
index 1e32b9aedafb319b95910d16e130a61c744ed690..016e20b5424cf07c6ef5ee26b6a6b7fb2d381b41 100644 (file)
@@ -7,6 +7,9 @@
 
     <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>
@@ -16,7 +19,6 @@
             screenshot_app.cpp
             screenshot_main.cpp
             guiframe.cpp
-            ctrlmaskout.cpp
             customcombo.cpp
             autocapture.cpp
         </sources>
@@ -25,7 +27,6 @@
             screenshot_app.h
             screenshot_main.h
             guiframe.h
-            ctrlmaskout.h
             customcombo.h
             autocapture.h
         </headers>