]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/thread/makefile.g95
use specific linker flags under Mac OS X when linking executables against the
[wxWidgets.git] / samples / thread / makefile.g95
... / ...
CommitLineData
1# Purpose: makefile for thread example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=thread
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10