]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="internat" template="wx_sample" template_append="wx_append"> | |
7 | <sources>internat.cpp</sources> | |
8 | <wx-lib>core</wx-lib> | |
9c859e43 | 9 | <wx-lib>base</wx-lib> |
fe0895cf VS |
10 | <win32-res>internat.rc</win32-res> |
11 | </exe> | |
12 | ||
857d30ca VS |
13 | <template id="catalog"> |
14 | <dstdir>$(BUILDDIR)/$(id)</dstdir> | |
15 | <srcdir>$(SRCDIR)/$(id)</srcdir> | |
16 | <files>internat.po internat.mo</files> | |
17 | </template> | |
18 | ||
978af864 | 19 | <wx-data id="ar" template="catalog"/> |
857d30ca VS |
20 | <wx-data id="bg" template="catalog"/> |
21 | <wx-data id="cs" template="catalog"/> | |
22 | <wx-data id="de" template="catalog"/> | |
23 | <wx-data id="fr" template="catalog"/> | |
857d30ca | 24 | <wx-data id="ka" template="catalog"/> |
f13880a9 | 25 | <wx-data id="pl" template="catalog"/> |
857d30ca | 26 | <wx-data id="ru" template="catalog"/> |
b61261df | 27 | <wx-data id="sv" template="catalog"/> |
ed00b119 VZ |
28 | <wx-data id="ja" template="catalog"/> |
29 | <wx-data id="ja_JP.EUC-JP" template="catalog"/> | |
857d30ca | 30 | |
fe0895cf | 31 | </makefile> |