git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			21 lines
		
	
	
		
			549 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			549 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" ?>
 | |
| <!-- $Id: cube.bkl 41872 2006-10-10 10:04:10Z VS $ -->
 | |
| 
 | |
| <makefile>
 | |
| 
 | |
|     <include file="../../../build/bakefiles/common_samples.bkl"/>
 | |
| 
 | |
|     <if cond="OUT_OF_TREE_MAKEFILES=='1'">
 | |
|         <set var="USE_OPENGL">1</set>
 | |
|     </if>
 | |
| 
 | |
|     <exe id="cube" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'">
 | |
|         <sources>cube.cpp</sources>
 | |
|         <wx-lib>gl</wx-lib>
 | |
|         <wx-lib>core</wx-lib>
 | |
|         <wx-lib>base</wx-lib>
 | |
|         <win32-res>cube.rc</win32-res>
 | |
|     </exe>
 | |
| 
 | |
| </makefile>
 |