]> git.saurik.com Git - wxWidgets.git/blob - samples/dialogs/dialogs.bkl
Bumping the version number also requires that version.h be modified,
[wxWidgets.git] / samples / dialogs / dialogs.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
6 <set var="GENERIC_DIALOGS_IN_NATIVE_BUILDS">
7 <if cond="TOOLKIT=='MSW' and WXUNIV=='0' and SHARED=='0'">
8 $(WXTOPDIR)src/generic/colrdlgg.cpp
9 $(WXTOPDIR)src/generic/dirdlgg.cpp
10 $(WXTOPDIR)src/generic/filedlgg.cpp
11 $(WXTOPDIR)src/generic/fontdlgg.cpp
12 </if>
13 <if cond="TOOLKIT=='MAC' and WXUNIV=='0' and SHARED=='0'">
14 $(WXTOPDIR)src/generic/colrdlgg.cpp
15 $(WXTOPDIR)src/generic/dirdlgg.cpp
16 $(WXTOPDIR)src/generic/filedlgg.cpp
17 </if>
18 <if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
19 $(WXTOPDIR)src/generic/fontdlgg.cpp
20 $(WXTOPDIR)src/generic/filedlgg.cpp
21 </if>
22 </set>
23
24 <exe id="dialogs" template="wx_sample" template_append="wx_append">
25 <sources>
26 dialogs.cpp
27 $(GENERIC_DIALOGS_IN_NATIVE_BUILDS)
28 </sources>
29 <wx-lib>adv</wx-lib>
30 <wx-lib>html</wx-lib>
31 <wx-lib>xml</wx-lib>
32 <wx-lib>core</wx-lib>
33 <wx-lib>base</wx-lib>
34 <win32-res>dialogs.rc</win32-res>
35 </exe>
36
37 <wx-data id="data">
38 <files>tips.txt</files>
39 </wx-data>
40
41 </makefile>