projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Removed tabs from applet sample code.
[wxWidgets.git]
/
samples
/
splitter
/
makefile.g95
Commit
Line
Data
6718d773
RL
1
# Purpose: makefile for splitter example (Cygwin/Mingw32)
2
# Created: #03.01.00
c801d85f
KB
3
4
WXDIR = ../..
5
6718d773
6
TARGET=splitter
8e0080ee
7
OBJECTS = $(TARGET).o
a724d789
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
a724d789
10