]> git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshotgen.bkl
fix the menu item bitmaps for wxMSW;
[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 <wx-mac-app-bundle/>
11 <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
12 <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
13 </if>
14
15 <sources>
16 screenshot_app.cpp
17 screenshot_main.cpp
18 guiframe.cpp
19 ctrlmaskout.cpp
20 customcombo.cpp
21 autocapture.cpp
22 </sources>
23
24 <headers>
25 screenshot_app.h
26 screenshot_main.h
27 guiframe.h
28 ctrlmaskout.h
29 customcombo.h
30 autocapture.h
31 </headers>
32
33 <wx-lib>aui</wx-lib>
34 <wx-lib>adv</wx-lib>
35 <wx-lib>richtext</wx-lib>
36 <wx-lib>html</wx-lib>
37 <wx-lib>xml</wx-lib>
38 <wx-lib>core</wx-lib>
39 <wx-lib>base</wx-lib>
40
41 <win32-res>screenshotgen.rc</win32-res>
42 <install-to>$(BINDIR)</install-to>
43 </exe>
44
45 <wx-data id="bitmaps">
46 <dstdir>$(BUILDDIR)/bitmaps</dstdir>
47 <srcdir>$(SRCDIR)/bitmaps</srcdir>
48 <files>
49 wxwin32x32.png
50 bell.png
51 sound.png
52 dropbuth.png
53 dropbutn.png
54 dropbutp.png
55 throbber.gif
56 </files>
57 </wx-data>
58
59 <wx-data id="xml">
60 <files>
61 richtext.xml
62 </files>
63 </wx-data>
64
65 </makefile>