home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2233.zip
/
wxOS2-2_3_3.zip
/
wxWindows-2.3.3
/
samples
/
thread
/
makefile.g95
< prev
next >
Wrap
Makefile
|
2000-07-15
|
175b
|
11 lines
# Purpose: makefile for thread example (Cygwin/Mingw32)
# Created: #03.01.00
WXDIR = ../..
TARGET=thread
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95