changed #ifdef -> #if for wxUSE_STD_IOSTREAM; #ifdefed thread usage in app.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			21 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			354 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # File:		makefile.b32
 | |
| # Author:	Julian Smart
 | |
| # Created:	1993
 | |
| # Updated:	
 | |
| # Copyright:
 | |
| #
 | |
| # "%W% %G%"
 | |
| #
 | |
| # Makefile : Builds tex2rtf
 | |
| 
 | |
| # WXWIN and BCCDIR are set by parent make
 | |
| 
 | |
| WXDIR = $(WXWIN)
 | |
| 
 | |
| TARGET=tex2rtf
 | |
| OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
 | |
| 
 | |
| !include $(WXDIR)\src\makeprog.b32
 | |
| 
 |