Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | TEA update |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbcmysql-1-1-1 |
Files: | files | file ages | folders |
SHA3-256: |
78b6ff77cc9ac4dc6b14761437e1936a |
User & Date: | dgp 2019-11-20 16:33:55.700 |
Context
2020-02-07
| ||
15:10 | Fix [1e62e46d27]: Result set leak check-in: 9e11d6fc7b user: jan.nijtmans tags: trunk | |
2019-11-20
| ||
16:33 | TEA update check-in: 78b6ff77cc user: dgp tags: trunk, tdbcmysql-1-1-1 | |
2019-11-03
| ||
02:40 | TEA update check-in: be1a51c3d6 user: dgp tags: trunk | |
Changes
Changes to configure.
︙ | ︙ | |||
6555 6556 6557 6558 6559 6560 6561 | SHLIB_VERSION="" else SHLIB_VERSION=".$SHLIB_VERSION" fi case $system in # TEA specific: windows) | < < < < < < < < < < < < < < < < < < < < < < < | 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 | SHLIB_VERSION="" else SHLIB_VERSION=".$SHLIB_VERSION" fi case $system in # TEA specific: windows) MACHINE="X86" if test "$do64bit" != "no" ; then case "$do64bit" in amd64|x64|yes) MACHINE="AMD64" ; # default to AMD64 64-bit build ;; ia64) MACHINE="IA64" ;; esac fi if test "$GCC" != "yes" ; then if test "${SHARED_BUILD}" = "0" ; then runtime=-MT else runtime=-MD |
︙ | ︙ | |||
6616 6617 6618 6619 6620 6621 6622 | ;; *) ;; esac if test "$do64bit" != "no" ; then | < | < | | | | 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 | ;; *) ;; esac if test "$do64bit" != "no" ; then CC="cl.exe" RC="rc.exe" lflags="${lflags} -nologo -MACHINE:${MACHINE} " LINKBIN="link.exe" CFLAGS_DEBUG="-nologo -Zi -Od -W3 ${runtime}d" CFLAGS_OPTIMIZE="-nologo -O2 -W2 ${runtime}" # Avoid 'unresolved external symbol __security_cookie' # errors, c.f. http://support.microsoft.com/?id=894573 vars="bufferoverflowU.lib" for i in $vars; do |
︙ | ︙ |