999d9a9f79
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
#
|
|
# Makefile for WATCOM
|
|
#
|
|
#
|
|
|
|
WXDIR = $(%WXWIN)
|
|
|
|
PROGRAM = wxconvert
|
|
EXTRALIBS = $(WXDIR)\lib\wxxrc.lib
|
|
OBJECTS=convert.obj rc2xml.obj rc2wxr.obj wxr2xml.obj
|
|
|
|
!include $(WXDIR)\src\makeprog.wat
|
|
|