projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
some wxArtProv docs
[wxWidgets.git]
/
samples
/
minifram
/
makefile.wat
Commit
Line
Data
14057bf4
RL
1
# Purpose: makefile for minifram example (Watcom)
2
# Created: 2000-03-15
8a2c6ef8
JS
3
4
WXDIR = $(%WXWIN)
5
14057bf4
6
PROGRAM = minifram
8a2c6ef8
JS
7
OBJECTS = $(PROGRAM).obj
8
9
!include $(WXDIR)\src\makeprog.wat
10
11