]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/src/makefile.bcc
Made project file work for Release and Debug targets
[wxWidgets.git] / utils / tex2rtf / src / makefile.bcc
CommitLineData
9a29912f
JS
1#
2# File: makefile.bcc
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6#
7# Builds a BC++ 16-bit sample
8
9!if "$(WXWIN)" == ""
10!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11!endif
12
13WXDIR = $(WXWIN)
14
15TARGET=tex2rtf
16OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
17
18!include $(WXDIR)\src\makeprog.bcc
19