git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			33 lines
		
	
	
		
			897 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			897 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" ?>
 | |
| <!-- $Id$ -->
 | |
| 
 | |
| <bakefile-gen>
 | |
| 
 | |
|     <add-flags formats="watcom">
 | |
|         -DPLATFORM_OS2=1
 | |
|     </add-flags>
 | |
| 
 | |
|     <include file="../bakefiles/Bakefiles.bkgen"/>
 | |
| 
 | |
|     <add-flags files="wx.bkl" formats="watcom">
 | |
|         -o../os2/makefile.wat
 | |
|     </add-flags>
 | |
| 
 | |
|     <add-flags files="../bakefiles/wx.bkl" formats="watcom">
 | |
|         -DOPTIONS_FILE=config.wat
 | |
|     </add-flags>
 | |
|     <add-flags files="../../*/*" formats="watcom">
 | |
|         -DOPTIONS_FILE=../build/os2/config.wat
 | |
|     </add-flags>
 | |
|     <add-flags files="../../*/*/*" formats="watcom">
 | |
|         -DOPTIONS_FILE=../../build/os2/config.wat
 | |
|     </add-flags>
 | |
|     <add-flags files="../../*/*/*/*" formats="watcom">
 | |
|         -DOPTIONS_FILE=../../../build/os2/config.wat
 | |
|     </add-flags>
 | |
|     <add-flags files="../../*/*/*/*/*" formats="watcom">
 | |
|         -DOPTIONS_FILE=../../../../build/os2/config.wat
 | |
|     </add-flags>
 | |
| 
 | |
| </bakefile-gen>
 |