]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/dialogs.bkl
Missing bracket.
[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>
f50ff87b 21 <if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
c16ab217
WS
22 $(WXTOPDIR)src/generic/fontdlgg.cpp
23 $(WXTOPDIR)src/generic/filedlgg.cpp
63c83961
WS
24 </if>
25 </set>
26
fe0895cf 27 <exe id="dialogs" template="wx_sample" template_append="wx_append">
63c83961
WS
28 <sources>
29 dialogs.cpp
c16ab217 30 $(GENERIC_DIALOGS_IN_NATIVE_BUILDS)
63c83961 31 </sources>
cadffe1b 32 <wx-lib>adv</wx-lib>
2fa7bb01
MW
33 <wx-lib>html</wx-lib>
34 <wx-lib>xml</wx-lib>
fe0895cf 35 <wx-lib>core</wx-lib>
9c859e43 36 <wx-lib>base</wx-lib>
fe0895cf
VS
37 <win32-res>dialogs.rc</win32-res>
38 </exe>
39
40 <wx-data id="data">
41 <files>tips.txt</files>
42 </wx-data>
43
44</makefile>