changes to watcom makefiles for OpenWatcom
[wxWidgets.git] / utils / wxrc / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4 #
5
6 WXDIR = $(%WXWIN)
7 EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
8 THISDIR = $(WXDIR)\contrib\utils\wxrc
9
10 PROGRAM = wxrc
11 EXTRALIBS = $(WXDIR)\lib\wxxrc_w.lib
12 OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
13
14 !include $(WXDIR)\src\makeprog.wat
15