Files
wxWidgets/samples/thread/makefile.vc
T
2000-03-14 19:35:40 +00:00

12 lines
197 B
Plaintext

# Purpose: makefile for thread example (VC++ 32bit)
# Created: 2000-03-15
# Set WXDIR for your system
WXDIR = $(WXWIN)
PROGRAM=thread
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc