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