projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
htmlhelp.h no longer needed -> removed test in configure
[wxWidgets.git]
/
samples
/
thread
/
makefile.b32
Commit
Line
Data
c4f02b1f
RL
1
# Purpose: makefile for thread example (BC++ 32bit)
2
# Created: 2000-03-15
82052aff
GL
3
4
WXDIR = $(WXWIN)
82052aff
5
c4f02b1f
6
TARGET=thread
4bf78aae
7
OBJECTS = $(TARGET).obj
82052aff
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
82052aff
10