Tcl Source Code

Artifact [510e05601c]
Login

Artifact 510e05601c71a948dac7b8e17d954f5a42618ef6:

Attachment "makefile.vc.tcl.static.patch" to ticket [3544967fff] added by decosterjos 2012-07-17 15:55:33.
Index: win/makefile.vc
===================================================================
--- win/makefile.vc
+++ win/makefile.vc
@@ -230,14 +219,10 @@
 SCRIPT_INSTALL_DIR	= $(_INSTALLDIR)\lib\tcl$(DOTVERSION)
 INCLUDE_INSTALL_DIR	= $(_INSTALLDIR)\include
 
 TCLSHOBJS = \
 	$(TMP_DIR)\tclAppInit.obj \
-!if $(TCL_USE_STATIC_PACKAGES)
-	$(TMP_DIR)\tclWinReg.obj \
-	$(TMP_DIR)\tclWinDde.obj \
-!endif
 	$(TMP_DIR)\tclsh.res
 
 TCLTESTOBJS = \
 	$(TMP_DIR)\tclTest.obj \
 	$(TMP_DIR)\tclTestObj.obj \
@@ -249,10 +234,14 @@
 	$(TMP_DIR)\tclWinDde.obj \
 !endif
 	$(TMP_DIR)\testMain.obj
 
 COREOBJS = \
+!if $(TCL_USE_STATIC_PACKAGES)
+	$(TMP_DIR)\tclWinReg.obj \
+	$(TMP_DIR)\tclWinDde.obj \
+!endif
 	$(TMP_DIR)\regcomp.obj \
 	$(TMP_DIR)\regerror.obj \
 	$(TMP_DIR)\regexec.obj \
 	$(TMP_DIR)\regfree.obj \
 	$(TMP_DIR)\tclAlloc.obj \