projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added dummy <style> handler in order to hide CSS code
[wxWidgets.git]
/
samples
/
propsize
/
makefile.wat
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for propsize example (Watcom)
2
# Created: 2000-03-14
3
4
WXDIR = $(%WXWIN)
5
6
PROGRAM = propsize
7
OBJECTS = $(PROGRAM).obj
8
9
!include $(WXDIR)\src\makeprog.wat
10
11