From: Petr M. <mi...@ph...> - 2004-04-13 14:54:06
|
> > BUGS: > > > > *) compiling help file with Visual C++ 4.0/Windows NT > > The help compiler coming with this version of MSVC++ appers unable > > to compile gnuplot.rtf. As a workaround download the freely > > available "Help Workshop" from Microsoft and use that instead. > > > > > > => should not this be written to the makefile of MSVC++ ? > > No. You need this help compiler for *all* Windows builds. If at all, it > would have to be added to all of them (makefile.{nt,cyg,mgw,win}). > > > Or to the preface of "MS-Windows" section in INSTALL > > That'd be another good place, indeed. I think it is the right place where it should be -- as it is already in makefile.mgw, .cyg: # To compile the .hlp file you need hcw either out of Microsoft SDK or MS Help # Workshop. The latter can be obtained at www.helpmaster.com/help/devaids.htm. # Put the path to hcw here unless it is already in PATH: #HCWPATH = /Program\ Files/Help\ Workshop/ #HCWPATH = h:/mssdk/bin/ HCW = $(HCWPATH)hcw # Switches are for HCW 4.03: HCWFLAG = Because, it's a makefile-related information, and not a BUG. Please remove this from BUGS and copy the text from makefile.mgw to makefile.nt. --- PM |