]> git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshotgen.bkl
add VC9 project files (closes #9960)
[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="data">
46 <files>
47 richtext.xml
48 bitmaps$(DIRSEP)wxwin32x32.png
49 bitmaps$(DIRSEP)bell.png
50 bitmaps$(DIRSEP)sound.png
51 bitmaps$(DIRSEP)dropbuth.png
52 bitmaps$(DIRSEP)dropbutn.png
53 bitmaps$(DIRSEP)dropbutp.png
54 bitmaps$(DIRSEP)throbber.gif
55 </files>
56 </wx-data>
57
58 </makefile>