projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
A little black magic... When the C++ object (for a window or
[wxWidgets.git]
/
samples
/
grid
/
makefile.g95
Commit
Line
Data
f30dcba9
RL
1
# Purpose: makefile for grid example (Cygwin/Mingw32)
2
# Created: #03.01.00
99025f6e
JS
3
4
WXDIR = ../..
5
f30dcba9
6
TARGET=grid
8e0080ee
7
OBJECTS = $(TARGET).o
99025f6e
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
99025f6e
10