projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
updated CodeWarrior 5.3 exported xml projects
[wxWidgets.git]
/
samples
/
thread
/
makefile.g95
Commit
Line
Data
c4f02b1f
RL
1
# Purpose: makefile for thread example (Cygwin/Mingw32)
2
# Created: #03.01.00
82052aff
GL
3
4
WXDIR = ../..
5
c4f02b1f
6
TARGET=thread
8e0080ee
7
OBJECTS = $(TARGET).o
82052aff
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
82052aff
10