projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
1. corrected HAVE_PW_GECOS detection in configure (which never worked)
[wxWidgets.git]
/
samples
/
typetest
/
makefile.b32
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for typetest example (BC++ 32bit)
2
# Created: 2000-03-14
cfb88c55
JS
3
4
WXDIR = $(WXWIN)
cfb88c55
JS
5
6
TARGET=typetest
4bf78aae
7
OBJECTS = $(TARGET).obj
cfb88c55
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
cfb88c55
10