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