git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			29 lines
		
	
	
		
			852 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			852 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>
 | |
|         <wx-lib>base</wx-lib>
 | |
|         <win32-res>internat.rc</win32-res>
 | |
|     </exe>
 | |
| 
 | |
|     <template id="catalog">
 | |
|         <dstdir>$(BUILDDIR)/$(id)</dstdir>
 | |
|         <srcdir>$(SRCDIR)/$(id)</srcdir>
 | |
|         <files>internat.po internat.mo</files>
 | |
|     </template>
 | |
| 
 | |
|     <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="ja" template="catalog"/>
 | |
|     <wx-data id="ka" template="catalog"/>
 | |
|     <wx-data id="pl" template="catalog"/>
 | |
|     <wx-data id="ru" template="catalog"/>
 | |
| 
 | |
| </makefile>
 |