projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
fixed MSLU check
[wxWidgets.git]
/
samples
/
treelay
/
makefile.wat
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
# Purpose: makefile for treelay example (Watcom)
2
# Created: 2000-03-15
3
4
WXDIR = $(%WXWIN)
5
6
PROGRAM = treelay
7
OBJECTS = $(PROGRAM).obj
8
9
!include $(WXDIR)\src\makeprog.wat
10
11