projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git]
/
samples
/
validate
/
makefile.g95
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for validate example (Cygwin/Mingw32)
2
# Created: #03.01.00
457814b5
JS
3
4
WXDIR = ../..
5
8e0080ee
JS
6
TARGET=validate
7
OBJECTS = $(TARGET).o
457814b5
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
457814b5
10