]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/src/makefile.dos
Now does cleanup when returning false from OnInit
[wxWidgets.git] / utils / tex2rtf / src / makefile.dos
CommitLineData
9a29912f
JS
1#
2# File: makefile.dos
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6#
7# Makefile : Builds 16-bit sample, VC++ 1.5
8# Use FINAL=1 argument to nmake to build final version with no debugging
9# info
10
11WXDIR = $(WXWIN)
12
13TARGET=tex2rtf
14OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
15
16!include $(WXDIR)\src\makeprog.msc
17