]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/dialogs.bkl
Applied: wxDocument: Adding an asterix to the title
[wxWidgets.git] / samples / dialogs / dialogs.bkl
CommitLineData
fe0895cf
VS
1<?xml version="1.0" ?>
2<makefile>
3
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
c16ab217 6 <set var="GENERIC_DIALOGS_IN_NATIVE_BUILDS">
1f9e3582
VS
7 <if cond="OUT_OF_TREE_MAKEFILES=='1'">
8 <!-- no files that are not part of the sample in this case -->
9 </if>
f50ff87b 10 <if cond="TOOLKIT=='MSW' and WXUNIV=='0' and SHARED=='0'">
c16ab217
WS
11 $(WXTOPDIR)src/generic/colrdlgg.cpp
12 $(WXTOPDIR)src/generic/dirdlgg.cpp
13 $(WXTOPDIR)src/generic/filedlgg.cpp
14 $(WXTOPDIR)src/generic/fontdlgg.cpp
63c83961 15 </if>
f50ff87b 16 <if cond="TOOLKIT=='MAC' and WXUNIV=='0' and SHARED=='0'">
c16ab217
WS
17 $(WXTOPDIR)src/generic/colrdlgg.cpp
18 $(WXTOPDIR)src/generic/dirdlgg.cpp
19 $(WXTOPDIR)src/generic/filedlgg.cpp
63c83961 20 </if>
8ce68f7f
VZ
21 <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
22 $(WXTOPDIR)src/generic/filedlgg.cpp
23 </if>
f50ff87b 24 <if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
c16ab217
WS
25 $(WXTOPDIR)src/generic/fontdlgg.cpp
26 $(WXTOPDIR)src/generic/filedlgg.cpp
63c83961
WS
27 </if>
28 </set>
29
fe0895cf 30 <exe id="dialogs" template="wx_sample" template_append="wx_append">
63c83961
WS
31 <sources>
32 dialogs.cpp
c16ab217 33 $(GENERIC_DIALOGS_IN_NATIVE_BUILDS)
63c83961 34 </sources>
076218c2 35 <headers>dialogs.h</headers>
cadffe1b 36 <wx-lib>adv</wx-lib>
fe0895cf 37 <wx-lib>core</wx-lib>
9c859e43 38 <wx-lib>base</wx-lib>
fe0895cf
VS
39 <win32-res>dialogs.rc</win32-res>
40 </exe>
41
42 <wx-data id="data">
43 <files>tips.txt</files>
44 </wx-data>
45
46</makefile>