]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/makefile.wat
reworked the editor
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4 #
5
6 WXDIR = $(%WXWIN)
7
8 PROGRAM = wxrcedit
9 EXTRALIBS = $(WXDIR)\lib\wxxml.lib
10 OBJECTS=edapp.obj editor.obj nodehnd.obj xmlhelpr.obj preview.obj nodesdb.obj pe_basic.obj pe_adv.obj propedit.obj propframe.obj splittree.obj
11
12 !include $(WXDIR)\src\makeprog.wat
13