]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/makefile.wat
added wxFrame::IsMDIChild() (msw only, protected)
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.wat
CommitLineData
031dfec8
JS
1#
2# Makefile for WATCOM
3#
4#
5
6WXDIR = $(%WXWIN)
7
8PROGRAM = wxrcedit
9EXTRALIBS = $(WXDIR)\lib\wxxml.lib
12d9e308 10OBJECTS=edapp.obj editor.obj nodehnd.obj xmlhelpr.obj preview.obj nodesdb.obj pe_basic.obj pe_adv.obj propedit.obj propframe.obj splittree.obj
031dfec8
JS
11
12!include $(WXDIR)\src\makeprog.wat
13