Wise path to generic dialogs sources.
[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>core</wx-lib>
31         <wx-lib>base</wx-lib>
32         <win32-res>dialogs.rc</win32-res>
33     </exe>
34
35     <wx-data id="data">
36         <files>tips.txt</files>
37     </wx-data>
38
39 </makefile>