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