Diff
Not logged in

Differences From Artifact [fc3fa5e985]:

To Artifact [6fb4c74f10]:


609
610
611
612
613
614
615
616
617
618
619




620
621

622
623
624
625
626
627
628
629
609
610
611
612
613
614
615




616
617
618
619
620

621

622
623
624
625
626
627
628







-
-
-
-
+
+
+
+

-
+
-







		> "$(GENERICDIR)\tclTomMath.h"
!endif

#---------------------------------------------------------------------
# Build the Windows HTML help file.
#---------------------------------------------------------------------

# NOTE: you can define HHC on the command-line to override this
!ifndef HHC
!if exist("$(PROGRAMFILES_X86)\HTML Help Workshop\hhc.exe")
HHC=$(PROGRAMFILES_X86)\HTML Help Workshop\hhc.exe
# NOTE: you can define HHC on the command-line to override this.
# nmake does not set macro values if already set on the command line.
!if defined(PROCESSOR_ARCHITECTURE) && "$(PROCESSOR_ARCHITECTURE)" == "AMD64"
HHC="%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe"
!else
HHC=hhc.exe
HHC="%ProgramFiles%\HTML Help Workshop\hhc.exe"
!endif
!endif
HTMLDIR=$(OUT_DIR)\html
HTMLBASE=TclTk$(VERSION)
HHPFILE=$(HTMLDIR)\$(HTMLBASE).hhp
CHMFILE=$(HTMLDIR)\$(HTMLBASE).chm

htmlhelp: chmsetup $(CHMFILE)