]> git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshotgen.bkl
Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be...
[wxWidgets.git] / utils / screenshotgen / src / screenshotgen.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="screenshotgen" template="wx_util" template_append="wx_append">
9 <if cond="FORMAT=='autoconf'">
10 <!-- we need this for correct install_name_tool operations on Mac: -->
11 <ldflags>$(HEADER_PAD_OPTION)</ldflags>
12
13 <wx-mac-app-bundle/>
14 <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
15 <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
16 </if>
17
18 <sources>
19 screenshot_app.cpp
20 screenshot_main.cpp
21 guiframe.cpp
22 ctrlmaskout.cpp
23 customcombo.cpp
24 autocapture.cpp
25 </sources>
26
27 <headers>
28 screenshot_app.h
29 screenshot_main.h
30 guiframe.h
31 ctrlmaskout.h
32 customcombo.h
33 autocapture.h
34 </headers>
35
36 <wx-lib>aui</wx-lib>
37 <wx-lib>adv</wx-lib>
38 <wx-lib>richtext</wx-lib>
39 <wx-lib>html</wx-lib>
40 <wx-lib>xml</wx-lib>
41 <wx-lib>core</wx-lib>
42 <wx-lib>base</wx-lib>
43
44 <win32-res>screenshotgen.rc</win32-res>
45 <install-to>$(BINDIR)</install-to>
46 </exe>
47
48 <wx-data id="bitmaps">
49 <dstdir>$(BUILDDIR)/bitmaps</dstdir>
50 <srcdir>$(SRCDIR)/bitmaps</srcdir>
51 <files>
52 wxwin32x32.png
53 bell.png
54 sound.png
55 dropbuth.png
56 dropbutn.png
57 dropbutp.png
58 throbber.gif
59 </files>
60 </wx-data>
61
62 <wx-data id="xml">
63 <files>
64 richtext.xml
65 </files>
66 </wx-data>
67
68 </makefile>