git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			22 lines
		
	
	
		
			514 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			514 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" ?>
 | |
| <makefile>
 | |
| 
 | |
|     <include file="../../build/bakefiles/common_samples.bkl"/>
 | |
| 
 | |
|     <set var="MULTILIB_FLAG">
 | |
|         <if cond="MONOLITHIC=='0'">wxUSE_GUI=0</if>
 | |
|     </set>
 | |
|     
 | |
|     <exe id="console" template="wx_sample_console"
 | |
|                       template_append="wx_append_base">
 | |
|         <define>$(MULTILIB_FLAG)</define>
 | |
|         <sources>console.cpp</sources>
 | |
|         <wx-lib>base</wx-lib>
 | |
|     </exe>
 | |
| 
 | |
|     <wx-data id="data">
 | |
|         <files>testdata.fc</files>
 | |
|     </wx-data>
 | |
| 
 | |
| </makefile>
 |