projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
need wxUSE_WCHAR_T around wxConvLocal
[wxWidgets.git]
/
samples
/
proplist
/
makefile.wat
1
# Purpose: makefile for proplist example (Watcom)
2
# Created: 2000-03-15
3
4
WXDIR = $(%WXWIN)
5
6
PROGRAM = proplist
7
OBJECTS = $(PROGRAM).obj
8
9
!include $(WXDIR)\src\makeprog.wat
10
11