]>
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 | ||
19 | <wx-data id="bg" template="catalog"/> | |
20 | <wx-data id="cs" template="catalog"/> | |
21 | <wx-data id="de" template="catalog"/> | |
22 | <wx-data id="fr" template="catalog"/> | |
23 | <wx-data id="ja" template="catalog"/> | |
24 | <wx-data id="ka" template="catalog"/> | |
25 | <wx-data id="ru" template="catalog"/> | |
26 | ||
fe0895cf | 27 | </makefile> |