diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-29 14:09:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-29 14:09:10 (GMT) |
commit | 5dab749a31b11a06605c7236dae5c91b0d74a760 (patch) | |
tree | 95216ac91690e94865ff1d918172e87318a0bc95 /win/tcl.m4 | |
parent | 6c33a5829de2164ea44a4b04a48188bdc4633b48 (diff) | |
parent | ac0e4f752a2eaa41e81125e91e90c17759d7ed79 (diff) | |
download | tk-5dab749a31b11a06605c7236dae5c91b0d74a760.zip tk-5dab749a31b11a06605c7236dae5c91b0d74a760.tar.gz tk-5dab749a31b11a06605c7236dae5c91b0d74a760.tar.bz2 |
Always compile with -D__USE_MINGW_ANSI_STDIO=0.
Fix implib library names
Fix win64 build using high-entropy-va opotion
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -715,7 +715,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ SHLIB_LD='${CC} -shared' SHLIB_LD_LIBS='${LIBS}' MAKE_DLL="\${SHLIB_LD} \$(LDFLAGS) -o \[$]@ ${extra_ldflags} \ - -Wl,--out-implib,\$(patsubst %.dll,lib%.a,\[$]@)" + -Wl,--out-implib,\$(patsubst %.dll,lib%.dll.a,\[$]@)" # DLLSUFFIX is separate because it is the building block for # users of tclConfig.sh that may build shared or static. DLLSUFFIX="\${DBGX}.dll" |