projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make text control send text update events.
[wxWidgets.git]
/
contrib
/
utils
/
convertrc
/
makefile.wat
1
#
2
# Makefile for WATCOM
3
#
4
#
5
6
WXDIR = $(%WXWIN)
7
8
PROGRAM = wxconvert
9
EXTRALIBS = $(WXDIR)\lib\wxxrc.lib
10
OBJECTS=convert.obj rc2xml.obj rc2wxr.obj wxr2xml.obj
11
12
!include $(WXDIR)\src\makeprog.wat
13