]>
Commit | Line | Data |
---|---|---|
1 | # | |
2 | # File: makefile.b32 | |
3 | # Author: Julian Smart | |
4 | # Created: 1993 | |
5 | # Updated: | |
6 | # Copyright: | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
10 | # Makefile : Builds tex2rtf | |
11 | ||
12 | # WXWIN and BCCDIR are set by parent make | |
13 | ||
14 | WXDIR = $(WXWIN) | |
15 | ||
16 | TARGET=tex2rtf | |
17 | OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj | |
18 | ||
19 | !include $(WXDIR)\src\makeprog.b32 | |
20 |