Generic dialogs not available in shared nonUniv builds due to their adjustement to...
[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_FILES">
7         <if cond="TOOLKIT=='MSW' and WXUNIV=='0' and SHARED=='0'">
8             ../../src/generic/colrdlgg.cpp
9             ../../src/generic/dirdlgg.cpp
10             ../../src/generic/filedlgg.cpp
11             ../../src/generic/fontdlgg.cpp
12         </if>
13         <if cond="TOOLKIT=='MAC' and WXUNIV=='0' and SHARED=='0'">
14             ../../src/generic/colrdlgg.cpp
15             ../../src/generic/dirdlgg.cpp
16             ../../src/generic/filedlgg.cpp
17         </if>
18         <if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
19             ../../src/generic/fontdlgg.cpp
20             ../../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_FILES)
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>