projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
corrected constness
[wxWidgets.git]
/
samples
/
typetest
/
makefile.g95
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for typetest example (Cygwin/Mingw32)
2
# Created: #03.01.00
cfb88c55
JS
3
4
WXDIR = ../..
5
8e0080ee
JS
6
TARGET=typetest
7
OBJECTS = $(TARGET).o
cfb88c55
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
cfb88c55
10