]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/makefile.wat
fixes to dependency problems in win32 makefiles
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.wat
CommitLineData
031dfec8
JS
1#
2# Makefile for WATCOM
3#
4#
5
6WXDIR = $(%WXWIN)
ddea7eb6
CE
7EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
8THISDIR = $(WXDIR)\contrib\utils\wxrcedit
031dfec8
JS
9
10PROGRAM = wxrcedit
ddea7eb6
CE
11EXTRALIBS = $(WXDIR)\lib\wxxrc_w.lib
12OBJECTS=$(OUTPUTDIR)\edapp.obj &
13 $(OUTPUTDIR)\editor.obj &
14 $(OUTPUTDIR)\nodehnd.obj &
15 $(OUTPUTDIR)\xmlhelpr.obj &
16 $(OUTPUTDIR)\preview.obj &
17 $(OUTPUTDIR)\nodesdb.obj &
18 $(OUTPUTDIR)\pe_basic.obj &
19 $(OUTPUTDIR)\pe_adv.obj &
20 $(OUTPUTDIR)\propedit.obj &
21 $(OUTPUTDIR)\propframe.obj &
22 $(OUTPUTDIR)\splittree.obj
031dfec8
JS
23
24!include $(WXDIR)\src\makeprog.wat
25