]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.wat
makefile for building wxBase using the command line. This file is generated by tmake...
[wxWidgets.git] / utils / wxrc / makefile.wat
CommitLineData
031dfec8
JS
1#
2# Makefile for WATCOM
3#
4#
5
6WXDIR = $(%WXWIN)
7
8PROGRAM = wxrc
9EXTRALIBS = $(WXDIR)\lib\wxxml.lib
10OBJECTS = $(PROGRAM).obj
11
12!include $(WXDIR)\src\makeprog.wat
13