]> git.saurik.com Git - wxWidgets.git/blob - samples/thread/makefile.g95
corrections to exiting the program, now we should wait for all threads to finish...
[wxWidgets.git] / samples / thread / makefile.g95
1 # Purpose: makefile for thread example (Cygwin/Mingw32)
2 # Created: #03.01.00
3
4 WXDIR = ../..
5
6 TARGET=thread
7 OBJECTS = $(TARGET).o
8
9 include $(WXDIR)/src/makeprog.g95
10