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