Removed all outdated makefile.dos and their *.msc include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-08-01 07:09:58 +00:00
parent d8cebdca39
commit 8e62b5ee36
81 changed files with 2 additions and 3126 deletions

View File

@@ -23,7 +23,7 @@ in wx/src/x, wx/src/base and wx/utils/tex2rtf/src.
Use the makefile target 'xview' or 'motif' from each of the directories
wx/src/x and wx/utils/tex2rtf/src.
Under Windows, just type 'nmake -f makefile.dos' if you're
Under Windows, just type 'nmake -f makefile.vc' if you're
using a Microsoft-compatible compiler (you'll need to
change the makefiles or build project files for other compilers.)

View File

@@ -1251,8 +1251,7 @@ by specifying an alternative {\tt .ini} file on the command
line when invoking Tex2RTF, and compiling to a different directory.
Tex2RTF instructs the help compiler to use the input file directory
to find bitmaps and metafiles, so using a different output directory
is not a problem. See the Tex2RTF {\tt src/makefile.dos} for an example
of maintaining both formats.}
is not a problem.}
There is a slight wrinkle with generation of the {\tt .cnt} file:
to work around a `feature' in the Windows 95 help compiler, Tex2RTF may insert

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=tex2rtf
OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
!include $(WXDIR)\src\makeprog.msc