]>
Commit | Line | Data |
---|---|---|
0d5eda9c | 1 | <?xml version="1.0" ?> |
0d5eda9c FM |
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'"> | |
516cf181 FM |
9 | <!-- we need this for correct install_name_tool operations on Mac: --> |
10 | <ldflags>$(HEADER_PAD_OPTION)</ldflags> | |
11 | ||
0d5eda9c FM |
12 | <wx-mac-app-bundle/> |
13 | <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags> | |
0d5eda9c FM |
14 | </if> |
15 | ||
16 | <sources> | |
17 | screenshot_app.cpp | |
18 | screenshot_main.cpp | |
19 | guiframe.cpp | |
0d5eda9c FM |
20 | customcombo.cpp |
21 | autocapture.cpp | |
22 | </sources> | |
23 | ||
24 | <headers> | |
25 | screenshot_app.h | |
26 | screenshot_main.h | |
27 | guiframe.h | |
0d5eda9c FM |
28 | customcombo.h |
29 | autocapture.h | |
30 | </headers> | |
31 | ||
32 | <wx-lib>aui</wx-lib> | |
0d5eda9c FM |
33 | <wx-lib>richtext</wx-lib> |
34 | <wx-lib>html</wx-lib> | |
f36ddde1 | 35 | <wx-lib>adv</wx-lib> |
0d5eda9c FM |
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 | ||
d0aff302 FM |
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"> | |
0d5eda9c FM |
59 | <files> |
60 | richtext.xml | |
0d5eda9c FM |
61 | </files> |
62 | </wx-data> | |
63 | ||
64 | </makefile> |