it creates a dependency on a '.dsp' file under contrib instead of under lib. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			19 lines
		
	
	
		
			551 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			551 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" ?>
 | |
| <makefile>
 | |
| 
 | |
|     <include file="../../../../build/bakefiles/common_samples.bkl"/>
 | |
|     <set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set>
 | |
|     <include file="../../../../build/bakefiles/common_contrib.bkl"/>
 | |
| 
 | |
|     <exe id="treelay" template="wx_contrib_sample" template_append="wx_append">
 | |
|         <sources>
 | |
|             treelay.cpp
 | |
|         </sources>
 | |
|         <contrib-lib>deprecated</contrib-lib>
 | |
|         <wx-lib>core</wx-lib>
 | |
|         <wx-lib>base</wx-lib>
 | |
|         <win32-res>treelay.rc</win32-res>
 | |
|     </exe>
 | |
| 
 | |
| </makefile>
 |