2000-03-14 14:35:40 -05:00
|
|
|
# Purpose: makefile for thread example (Symantec C++)
|
|
|
|
# Created: 2000-03-15
|
|
|
|
|
2003-06-20 11:20:31 -04:00
|
|
|
WXDIR = ..\..
|
2000-03-14 14:35:40 -05:00
|
|
|
TARGET=thread
|
2003-06-20 11:20:31 -04:00
|
|
|
OBJECTS = $(TARGET).obj
|
|
|
|
EXTRALIBS =
|
|
|
|
include $(WXDIR)\src\makeprog.sc
|
2000-03-14 14:35:40 -05:00
|
|
|
|