]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/common_samples_outoftree.bkl
Add wxTranslations::GetTranslatedString().
[wxWidgets.git] / build / bakefiles / common_samples_outoftree.bkl
1 <?xml version="1.0" ?>
2
3 <makefile>
4
5 <!-- =============================================================== -->
6 <!-- Templates for out-of-tree Unix makefiles for wxWidgets samples: -->
7 <!-- =============================================================== -->
8
9 <include file="wxpresets/presets/wx.bkl"/>
10
11 <template id="wx_app_base" template="wx">
12 <include>$(SRCDIR)</include>
13 </template>
14
15 <template id="wx_util" template="wx_app_base">
16 <app-type>gui</app-type>
17 </template>
18
19 <template id="wx_util_console" template="wx_app_base">
20 <app-type>console</app-type>
21 </template>
22
23 <template id="wx_sample" template="wx_util"/>
24 <template id="wx_sample_console" template="wx_util_console"/>
25
26
27 <define-rule name="wx-gui-plugin" extends="module">
28 <template template="wx_app_base"/>
29 </define-rule>
30
31
32 <!-- empty stubs for things that don't make sense for makefile.unx: -->
33 <template id="wx_append"/>
34 <template id="wx_append_base"/>
35
36 <define-rule name="wx-data" pseudo="1">
37 <define-tag name="files"/>
38 <define-tag name="dstdir"/>
39 <define-tag name="srcdir"/>
40 </define-rule>
41
42 </makefile>