Index: win/makefile.vc =================================================================== diff -u -r387ca9db3d40c5a5a32c13031a23689944c6a8e9 -r14a2f929483b25cf5b9208501d29ad03d0b81554 --- win/makefile.vc (.../makefile.vc) (revision 387ca9db3d40c5a5a32c13031a23689944c6a8e9) +++ win/makefile.vc (.../makefile.vc) (revision 14a2f929483b25cf5b9208501d29ad03d0b81554) @@ -500,6 +500,9 @@ @echo Installing binaries to '$(SCRIPT_INSTALL_DIR)' @if not exist "$(SCRIPT_INSTALL_DIR)" mkdir "$(SCRIPT_INSTALL_DIR)" @$(CPY) $(PRJLIB) "$(SCRIPT_INSTALL_DIR)" >NUL + @echo Installing header files to '$(INCLUDE_INSTALL_DIR)\' + @$(CPY) "$(GENERICDIR)\nsf.h" "$(INCLUDE_INSTALL_DIR)\" + @$(CPY) "$(GENERICDIR)\nsfDecls.h" "$(INCLUDE_INSTALL_DIR)\" @echo Installing package index in '$(SCRIPT_INSTALL_DIR)' @$(CPY) $(OUT_DIR)\pkgIndex.tcl "$(SCRIPT_INSTALL_DIR)"