]> git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshotgen.bkl
Land the rest of the changes made by a rebake after r59067.
[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 customcombo.cpp
23 autocapture.cpp
24 </sources>
25
26 <headers>
27 screenshot_app.h
28 screenshot_main.h
29 guiframe.h
30 customcombo.h
31 autocapture.h
32 </headers>
33
34 <wx-lib>aui</wx-lib>
35 <wx-lib>adv</wx-lib>
36 <wx-lib>richtext</wx-lib>
37 <wx-lib>html</wx-lib>
38 <wx-lib>xml</wx-lib>
39 <wx-lib>core</wx-lib>
40 <wx-lib>base</wx-lib>
41
42 <win32-res>screenshotgen.rc</win32-res>
43 <install-to>$(BINDIR)</install-to>
44 </exe>
45
46 <wx-data id="bitmaps">
47 <dstdir>$(BUILDDIR)/bitmaps</dstdir>
48 <srcdir>$(SRCDIR)/bitmaps</srcdir>
49 <files>
50 wxwin32x32.png
51 bell.png
52 sound.png
53 dropbuth.png
54 dropbutn.png
55 dropbutp.png
56 throbber.gif
57 </files>
58 </wx-data>
59
60 <wx-data id="xml">
61 <files>
62 richtext.xml
63 </files>
64 </wx-data>
65
66 </makefile>