diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-26 10:02:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-26 10:02:00 (GMT) |
commit | 25e82c0f007886e271604f3a777ebb26dd9e7b4b (patch) | |
tree | f0f7b5a4d632af451cca1d4816273bc31a0764d0 /win/makefile.bc | |
parent | 6a332b702f97a6c06d57c5e7fc40604cefe40e08 (diff) | |
download | tcl-25e82c0f007886e271604f3a777ebb26dd9e7b4b.zip tcl-25e82c0f007886e271604f3a777ebb26dd9e7b4b.tar.gz tcl-25e82c0f007886e271604f3a777ebb26dd9e7b4b.tar.bz2 |
Remove obsolete winhelp targets. They weren't supported and didn't work.
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 481ecd3..59a0232 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -50,7 +50,6 @@ # # Not yet modified: # - The 'plug-in-DLL' and the associated shell. -# - The programs to create the windows help files. # # Suggestions and / or improvements are always welcome. # @@ -473,29 +472,6 @@ genstubs: $(GENERICDIR)\tcl.decls $(GENERICDIR)\tclInt.decls # -# Regenerate the windows help files. -# - -TCLTOOLS = $(ROOT)/tools -MAN2TCL = $(TCLTOOLS)/man2tcl -TCLRTF = $(TCLTOOLS)/tcl.rtf -TCLHPJ = $(TCLTOOLS)/tcl.hpj -MAN2HELP = $(TCLTOOLS)/man2help.tcl -HCRTF = $(TOOLS32)/bin/hcrtf.exe - -winhelp: $(TCLRTF) - cd $(TCLTOOLS) - start /wait $(HCRTF) -xn $(TCLHPJ) - -$(MAN2TCL).exe: $(MAN2TCL).obj - cd $(TCLTOOLS) - $(cc32) /nologo /G4 /ML /O2 $(MAN2TCL).c - -$(TCLRTF): $(MAN2TCL).exe $(TCLSH) - cd $(TCLTOOLS) - ..\win\$(TCLSH) $(MAN2HELP) $(NAMEPREFIX) $(VERSION) $(ROOT)/doc ../../tk$(DOTVERSION)/doc - -# # Special case object file targets # $(TMPDIR)\tclWinInit.obj: $(WINDIR)\tclWinInit.c |