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