Tcl Source Code

Check-in [8f812cd4e5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:don't print out copying of zlib1.dll
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8f812cd4e582b8d1a8b3c9b3a8af3ea009c167dc
User & Date: jan.nijtmans 2012-06-27 14:41:29
Context
2012-06-27
18:53
merge check-in: 21f0d00d5c user: jan.nijtmans tags: trunk
15:12
Experimental support for UNC paths (through VFS) on UNIX/Mac check-in: c91c7cef8f user: jan.nijtmans tags: tip-402
14:41
don't print out copying of zlib1.dll check-in: 8f812cd4e5 user: jan.nijtmans tags: trunk
2012-06-26
19:49
merge-mark check-in: c12944a459 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to unix/Makefile.in.

610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
doc:

# The following target is configured by autoconf to generate either a shared
# library or non-shared library for Tcl.
${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
	rm -f $@
	@MAKE_LIB@
	if test "x$(DLL_INSTALL_DIR)" = "x$(BIN_INSTALL_DIR)"; then\
	    cp ${ZLIB_DIR}/win32/zlib1.dll .;\
	fi


${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
	rm -f $@
	@MAKE_STUB_LIB@







|







610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
doc:

# The following target is configured by autoconf to generate either a shared
# library or non-shared library for Tcl.
${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
	rm -f $@
	@MAKE_LIB@
	@if test "x$(DLL_INSTALL_DIR)" = "x$(BIN_INSTALL_DIR)"; then\
	    cp ${ZLIB_DIR}/win32/zlib1.dll .;\
	fi


${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
	rm -f $@
	@MAKE_STUB_LIB@