git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
#
|
|
# Makefile for WATCOM
|
|
#
|
|
# 8 Nov 1994
|
|
#
|
|
|
|
WXDIR = $(%WXWIN)
|
|
|
|
PROGRAM = tex2rtf
|
|
OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
|
|
|
|
!include $(WXDIR)\src\makeprog.wat
|
|
|
|
|