git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" ?>
 | |
| <!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
 | |
| 
 | |
| <makefile>
 | |
|     <include file="../../build/bakefiles/common_samples.bkl"/>
 | |
| 
 | |
|     <template id="wx_bench">
 | |
|     </template>
 | |
| 
 | |
|     <exe id="bench" template="wx_sample_console,wx_bench"
 | |
|                     template_append="wx_append_base">
 | |
|         <sources>
 | |
|             bench.cpp
 | |
|             htmlparser/htmlpars.cpp
 | |
|             htmlparser/htmltag.cpp
 | |
|             ipcclient.cpp
 | |
|             mbconv.cpp
 | |
|             strings.cpp
 | |
|             tls.cpp
 | |
|         </sources>
 | |
|         <wx-lib>base</wx-lib>
 | |
|         <wx-lib>net</wx-lib>
 | |
|     </exe>
 | |
| 
 | |
|     <wx-data id="data">
 | |
|         <files>htmltest.html</files>
 | |
|     </wx-data>
 | |
| 
 | |
|     <!-- this is unused yet
 | |
|     <exe id="bench_gui" template="wx_sample,wx_bench"
 | |
|                        template_append="wx_append"
 | |
|          cond="USE_GUI=='1'">
 | |
| 
 | |
|         <app-type>console</app-type>
 | |
| 
 | |
|         <sources>
 | |
|             bench.cpp
 | |
|         </sources>
 | |
|         <wx-lib>core</wx-lib>
 | |
|         <wx-lib>base</wx-lib>
 | |
|     </exe>
 | |
|     -->
 | |
| </makefile>
 |