2003-06-23 22:31:50 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="internat" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>internat.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 13:45:12 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-23 22:31:50 +00:00
|
|
|
</exe>
|
|
|
|
|
2003-10-04 22:39:07 +00:00
|
|
|
<template id="catalog">
|
|
|
|
<dstdir>$(BUILDDIR)/$(id)</dstdir>
|
|
|
|
<srcdir>$(SRCDIR)/$(id)</srcdir>
|
|
|
|
<files>internat.po internat.mo</files>
|
|
|
|
</template>
|
|
|
|
|
2006-09-04 13:35:13 +00:00
|
|
|
<wx-data id="ar" template="catalog"/>
|
2003-10-04 22:39:07 +00:00
|
|
|
<wx-data id="bg" template="catalog"/>
|
|
|
|
<wx-data id="cs" template="catalog"/>
|
|
|
|
<wx-data id="de" template="catalog"/>
|
|
|
|
<wx-data id="fr" template="catalog"/>
|
2009-04-01 15:00:12 +00:00
|
|
|
<wx-data id="it" template="catalog"/>
|
2003-10-04 22:39:07 +00:00
|
|
|
<wx-data id="ka" template="catalog"/>
|
2004-08-26 11:02:13 +00:00
|
|
|
<wx-data id="pl" template="catalog"/>
|
2003-10-04 22:39:07 +00:00
|
|
|
<wx-data id="ru" template="catalog"/>
|
2005-06-16 17:57:23 +00:00
|
|
|
<wx-data id="sv" template="catalog"/>
|
2005-10-08 00:33:34 +00:00
|
|
|
<wx-data id="ja" template="catalog"/>
|
|
|
|
<wx-data id="ja_JP.EUC-JP" template="catalog"/>
|
2003-10-04 22:39:07 +00:00
|
|
|
|
2003-06-23 22:31:50 +00:00
|
|
|
</makefile>
|