projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
1. warning in wxDataObject fixed
[wxWidgets.git]
/
utils
/
tex2rtf
/
src
/
makefile.wat
1
#
2
# Makefile for WATCOM
3
#
4
# 8 Nov 1994
5
#
6
7
WXDIR = $(%WXWIN)
8
9
PROGRAM = tex2rtf
10
OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
11
12
!include $(WXDIR)\src\makeprog.wat
13
14