git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			19 lines
		
	
	
		
			451 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			451 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" ?>
 | |
| <makefile>
 | |
| 
 | |
|     <include file="../../build/bakefiles/common_samples.bkl"/>
 | |
| 
 | |
|     <exe id="console" template="wx_sample_console"
 | |
|                       template_append="wx_append_base">
 | |
|         <sources>console.cpp</sources>
 | |
|         <wx-lib>net</wx-lib>
 | |
|         <wx-lib>odbc</wx-lib>
 | |
|         <wx-lib>base</wx-lib>
 | |
|     </exe>
 | |
| 
 | |
|     <wx-data id="data">
 | |
|         <files>testdata.fc</files>
 | |
|     </wx-data>
 | |
| 
 | |
| </makefile>
 |