]> git.saurik.com Git - wxWidgets.git/blame - samples/thread/makefile.sc
centralized the handling of border styles; added borders support for wxListBox and...
[wxWidgets.git] / samples / thread / makefile.sc
CommitLineData
c4f02b1f
RL
1# Purpose: makefile for thread example (Symantec C++)
2# Created: 2000-03-15
3
f22c3c98 4WXDIR = ..\..
c4f02b1f 5TARGET=thread
f22c3c98
CE
6OBJECTS = $(TARGET).obj
7EXTRALIBS =
8include $(WXDIR)\src\makeprog.sc
c4f02b1f 9