]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrc/makefile.wat
2.4 -> 2.5; build in another directory than source one; mention --disable-shared
[wxWidgets.git] / contrib / 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