initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
33
libs/wxWidgets-3.3.1/samples/internat/internat.bkl
Normal file
33
libs/wxWidgets-3.3.1/samples/internat/internat.bkl
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" ?>
|
||||
<makefile>
|
||||
|
||||
<set var="BUNDLE_PLIST">$(SRCDIR)/Info.plist.in</set>
|
||||
|
||||
<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>
|
||||
<wx-lib>base</wx-lib>
|
||||
</exe>
|
||||
|
||||
<template id="catalog">
|
||||
<dstdir>$(BUILDDIR)/$(id)</dstdir>
|
||||
<srcdir>$(SRCDIR)/$(id)</srcdir>
|
||||
<files>internat.po internat.mo</files>
|
||||
</template>
|
||||
|
||||
<wx-data id="ar" template="catalog"/>
|
||||
<wx-data id="bg" template="catalog"/>
|
||||
<wx-data id="cs" template="catalog"/>
|
||||
<wx-data id="de" template="catalog"/>
|
||||
<wx-data id="fr" template="catalog"/>
|
||||
<wx-data id="it" template="catalog"/>
|
||||
<wx-data id="ka" template="catalog"/>
|
||||
<wx-data id="pl" template="catalog"/>
|
||||
<wx-data id="ru" template="catalog"/>
|
||||
<wx-data id="sv" template="catalog"/>
|
||||
<wx-data id="ja" template="catalog"/>
|
||||
<wx-data id="ja_JP.EUC-JP" template="catalog"/>
|
||||
|
||||
</makefile>
|
||||
Reference in New Issue
Block a user