git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			Scala
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			Scala
		
	
	
	
	
	
# Purpose: makefile for thread example (Symantec C++)
 | 
						|
# Created: 2000-03-15
 | 
						|
 | 
						|
WXDIR = ..\..
 | 
						|
TARGET=thread
 | 
						|
OBJECTS = $(TARGET).obj
 | 
						|
EXTRALIBS =
 | 
						|
include $(WXDIR)\src\makeprog.sc
 | 
						|
 |