summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-13 15:59:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-13 15:59:11 (GMT)
commitdb160493def9e4d6ec6cb55fe788a5784447f1c5 (patch)
treeb15dfd4b13c801186e579ab692d2ffc79c2d980d /win/makefile.vc
parentd3315530e8ae5a6b4dd6fce55c2bea70f4798131 (diff)
downloadtcl-db160493def9e4d6ec6cb55fe788a5784447f1c5.zip
tcl-db160493def9e4d6ec6cb55fe788a5784447f1c5.tar.gz
tcl-db160493def9e4d6ec6cb55fe788a5784447f1c5.tar.bz2
Don't install tommath_class.h and tommath_superclass.h on Windows any more by makefile.vc. Those are purely internal, not needed by extensions.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 01cdb1f..6a428aa 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -893,8 +893,6 @@ install-libraries: tclConfig tcl-nmake install-msgs install-tzdata
@$(CPY) "$(GENERICDIR)\tclPlatDecls.h" "$(INCLUDE_INSTALL_DIR)\"
@$(CPY) "$(GENERICDIR)\tclTomMath.h" "$(INCLUDE_INSTALL_DIR)\"
@$(CPY) "$(GENERICDIR)\tclTomMathDecls.h" "$(INCLUDE_INSTALL_DIR)\"
- @$(CPY) "$(TOMMATHDIR)\tommath_class.h" "$(INCLUDE_INSTALL_DIR)\"
- @$(CPY) "$(TOMMATHDIR)\tommath_superclass.h" "$(INCLUDE_INSTALL_DIR)\"
@echo Installing library files to $(SCRIPT_INSTALL_DIR)
@$(CPY) "$(ROOT)\library\history.tcl" "$(SCRIPT_INSTALL_DIR)\"
@$(CPY) "$(ROOT)\library\init.tcl" "$(SCRIPT_INSTALL_DIR)\"