Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | TEA update |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbcsqlite3-1-1-1 |
Files: | files | file ages | folders |
SHA3-256: |
a62b2b2ad2243090e466b7a82786f96c |
User & Date: | dgp 2019-11-20 16:36:46.323 |
Context
2020-02-12
| ||
12:50 | Version 1.1.1 -> 1.1.2. Update TEA check-in: 5b0b7022ec user: jan.nijtmans tags: trunk | |
2019-11-20
| ||
16:36 | TEA update check-in: a62b2b2ad2 user: dgp tags: trunk, tdbcsqlite3-1-1-1 | |
2019-11-03
| ||
02:54 | missed a version number bump check-in: acc55ba839 user: dgp tags: trunk | |
Changes
Changes to configure.
︙ | ︙ | |||
4895 4896 4897 4898 4899 4900 4901 | SHLIB_VERSION="" else SHLIB_VERSION=".$SHLIB_VERSION" fi case $system in # TEA specific: windows) | < < < < < < < < < < < < < < < < < < < < < < < | 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 | 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 |
︙ | ︙ | |||
4956 4957 4958 4959 4960 4961 4962 | ;; *) ;; esac if test "$do64bit" != "no" ; then | < | < | | | | 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 | ;; *) ;; 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 |
︙ | ︙ |