Sujet : Re: Tcl 9 Build failure using Visual Studio 2022
De : mssr953 (at) *nospam* gmail.com (Michael Soyka)
Groupes : comp.lang.tclDate : 02. Nov 2024, 01:49:00
Autres entêtes
Organisation : self
Message-ID : <vg3sts$3ev6a$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
On 11/01/2024 3:22 PM, bohagan wrote:
Here's what I use to build the CHM file for TCL/TK 9.0:
http://paste.tclers.tk/6027
Brian,
Thanks for the script (and web site capability)- it told me what's wrong with the project makefile makefile.vc.
Makefile.vc uses a "inline file" to create HHPFILE. However, it lists the files with a .htm extension but the files being referenced have a .html extension. When I corrected the extensions and changed "contents.htm" to "index.html", the build succeeds. Case closed.
I will open a ticket for this.
-mike