diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-22 16:52:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-22 16:52:56 (GMT) |
commit | c1065a28f93d92a848ffb2f35d79df4bc14532f2 (patch) | |
tree | fedba85031c1103c402e64c8d27a091cfee7f178 /win | |
parent | 4aca9276dfef3ce6d54718351c0a3f80896228ff (diff) | |
download | tcl-c1065a28f93d92a848ffb2f35d79df4bc14532f2.zip tcl-c1065a28f93d92a848ffb2f35d79df4bc14532f2.tar.gz tcl-c1065a28f93d92a848ffb2f35d79df4bc14532f2.tar.bz2 |
Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't support this anymore
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 52c7ede..8e82548 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -151,7 +151,7 @@ TEST_LIB_FILE = @LIBPREFIX@tcltest$(VER)${LIBSUFFIX} TEST_LOAD_PRMS = package ifneeded dde 1.4.1 [list load [file normalize ${DDE_DLL_FILE}] dde];\ package ifneeded registry 1.3.3 [list load [file normalize ${REG_DLL_FILE}] registry] TEST_LOAD_FACILITIES = package ifneeded Tcltest ${VERSION}@TCL_PATCH_LEVEL@ [list load [file normalize ${TEST_DLL_FILE}] Tcltest];\ - $(TEST_LOAD_PRMS) + $(TEST_LOAD_PRMS) ZLIB_DLL_FILE = zlib1.dll SHARED_LIBRARIES = $(TCL_DLL_FILE) @ZLIB_DLL_FILE@ |