]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.wat
added and documented wxApp::OnAssert
[wxWidgets.git] / utils / wxrc / makefile.wat
... / ...
CommitLineData
1#
2# Makefile for WATCOM
3#
4#
5
6WXDIR = $(%WXWIN)
7
8PROGRAM = wxrc
9EXTRALIBS = $(WXDIR)\lib\wxxrc.lib
10OBJECTS = $(PROGRAM).obj
11
12!include $(WXDIR)\src\makeprog.wat
13