]>
Commit | Line | Data |
---|---|---|
9a29912f JS |
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) | |
9a29912f JS |
15 | |
16 | TARGET=tex2rtf | |
9a29912f JS |
17 | OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj |
18 | ||
4bf78aae | 19 | !include $(WXDIR)\src\makeprog.b32 |
9a29912f | 20 |