projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed outdated filenames
[wxWidgets.git]
/
utils
/
tex2rtf
/
src
/
makefile.wat
Commit
Line
Data
9a29912f
JS
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