Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo: there is no libucrt.lib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | main |
Files: | files | file ages | folders |
SHA3-256: |
1e33e4d4f5736d63a5ccac7dd5d2d18e |
User & Date: | jan.nijtmans 2025-03-26 13:35:34.209 |
Context
2025-04-08
| ||
14:01 | Make --out-implib work when the libraryname doesn't contain "cyg" check-in: c8a503669a user: jan.nijtmans tags: trunk, main | |
2025-03-26
| ||
13:35 | Typo: there is no libucrt.lib check-in: 1e33e4d4f5 user: jan.nijtmans tags: trunk, main | |
2025-03-20
| ||
14:25 | Use "cyg" prefix for Cygwin dll's, for Tcl > 9.0 check-in: 3ceccd823f user: jan.nijtmans tags: trunk, main | |
Changes
Changes to tcl.m4.
︙ | ︙ | |||
1200 1201 1202 1203 1204 1205 1206 | if test "${SHARED_BUILD}" = "0" ; then runtime=-MT else runtime=-MD fi case "x`echo \${VisualStudioVersion}`" in x1[[4-9]]*) | | | 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 | if test "${SHARED_BUILD}" = "0" ; then runtime=-MT else runtime=-MD fi case "x`echo \${VisualStudioVersion}`" in x1[[4-9]]*) lflags="${lflags} -nodefaultlib:ucrt.lib" TEA_ADD_LIBS([ucrt.lib]) ;; *) ;; esac if test "$do64bit" != "no" ; then |
︙ | ︙ |