2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
2004-11-15 02:08:47 -05:00
|
|
|
<set var="GENERIC_DIALOGS_IN_NATIVE_BUILDS">
|
2006-10-10 06:04:10 -04:00
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='1'">
|
|
|
|
<!-- no files that are not part of the sample in this case -->
|
|
|
|
</if>
|
2004-08-31 07:39:25 -04:00
|
|
|
<if cond="TOOLKIT=='MSW' and WXUNIV=='0' and SHARED=='0'">
|
2004-11-15 02:08:47 -05:00
|
|
|
$(WXTOPDIR)src/generic/colrdlgg.cpp
|
|
|
|
$(WXTOPDIR)src/generic/dirdlgg.cpp
|
|
|
|
$(WXTOPDIR)src/generic/filedlgg.cpp
|
|
|
|
$(WXTOPDIR)src/generic/fontdlgg.cpp
|
2004-06-15 10:39:38 -04:00
|
|
|
</if>
|
2004-08-31 07:39:25 -04:00
|
|
|
<if cond="TOOLKIT=='MAC' and WXUNIV=='0' and SHARED=='0'">
|
2004-11-15 02:08:47 -05:00
|
|
|
$(WXTOPDIR)src/generic/colrdlgg.cpp
|
|
|
|
$(WXTOPDIR)src/generic/dirdlgg.cpp
|
|
|
|
$(WXTOPDIR)src/generic/filedlgg.cpp
|
2004-06-15 10:39:38 -04:00
|
|
|
</if>
|
2008-03-02 09:33:47 -05:00
|
|
|
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
|
|
|
|
$(WXTOPDIR)src/generic/filedlgg.cpp
|
|
|
|
</if>
|
2004-08-31 07:39:25 -04:00
|
|
|
<if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
|
2004-11-15 02:08:47 -05:00
|
|
|
$(WXTOPDIR)src/generic/fontdlgg.cpp
|
|
|
|
$(WXTOPDIR)src/generic/filedlgg.cpp
|
2004-06-15 10:39:38 -04:00
|
|
|
</if>
|
|
|
|
</set>
|
|
|
|
|
2003-06-23 18:31:50 -04:00
|
|
|
<exe id="dialogs" template="wx_sample" template_append="wx_append">
|
2004-06-15 10:39:38 -04:00
|
|
|
<sources>
|
|
|
|
dialogs.cpp
|
2004-11-15 02:08:47 -05:00
|
|
|
$(GENERIC_DIALOGS_IN_NATIVE_BUILDS)
|
2004-06-15 10:39:38 -04:00
|
|
|
</sources>
|
2009-03-04 06:47:32 -05:00
|
|
|
<headers>dialogs.h</headers>
|
2003-08-03 17:00:58 -04:00
|
|
|
<wx-lib>adv</wx-lib>
|
2003-06-23 18:31:50 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 09:45:12 -04:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-23 18:31:50 -04:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
<wx-data id="data">
|
|
|
|
<files>tips.txt</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|