tdbc::mysql

Check-in [a744c8c421]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix the missing "t" in "tdbc116t.dll" when testing without installation. ODBC Ticket: https://core.tcl-lang.org/tdbcodbc/info/185c99634a
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | main | tdbcmysql-1-1-9
Files: files | file ages | folders
SHA3-256: a744c8c421d6169911aadc5fc049cd0c84b9533372d5f8c8c156e7813df0cb83
User & Date: oehhar 2024-09-11 06:24:01
Context
2024-10-16
14:37
Update to latest rules.vc Leaf check-in: e03bd2b37f user: jan.nijtmans tags: trunk, main
2024-09-11
06:24
Fix the missing "t" in "tdbc116t.dll" when testing without installation. ODBC Ticket: https://core.tcl-lang.org/tdbcodbc/info/185c99634a check-in: a744c8c421 user: oehhar tags: trunk, main, tdbcmysql-1-1-9
2024-08-21
16:13
version -> 1.1.9. Indenting check-in: c6c081205d user: jan.nijtmans tags: trunk, rc0, main
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to win/makefile.vc.

64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
!endif
!include versions.vc

TDBC_VERSION     = $(TDBC_DOTVERSION:.=)
TDBC_GENERIC_DIR = $(TDBC_DIR)\generic
!if $(TCL_MAJOR_VERSION) == 8 || "$(TCL_BUILD_FOR)" == "8"
TDBCSTUBLIBNAME	 = tdbcstub$(TDBC_VERSION).lib
TDBC_LIB_FILE	 = tdbc$(TDBC_VERSION).dll
!else
TDBCSTUBLIBNAME	 = tdbcstub.lib
TDBC_LIB_FILE	 = tcl9tdbc$(TDBC_VERSION).dll
!endif
TDBCSTUBLIB 	 = $(TDBC_DIR)\win\$(BUILDDIRTOP)\$(TDBCSTUBLIBNAME)
TDBC_BIN_DIR     = $(TDBC_DIR)/win/$(BUILDDIRTOP)








|







64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
!endif
!include versions.vc

TDBC_VERSION     = $(TDBC_DOTVERSION:.=)
TDBC_GENERIC_DIR = $(TDBC_DIR)\generic
!if $(TCL_MAJOR_VERSION) == 8 || "$(TCL_BUILD_FOR)" == "8"
TDBCSTUBLIBNAME	 = tdbcstub$(TDBC_VERSION).lib
TDBC_LIB_FILE	 = tdbc$(TDBC_VERSION)$(SUFX).dll
!else
TDBCSTUBLIBNAME	 = tdbcstub.lib
TDBC_LIB_FILE	 = tcl9tdbc$(TDBC_VERSION).dll
!endif
TDBCSTUBLIB 	 = $(TDBC_DIR)\win\$(BUILDDIRTOP)\$(TDBCSTUBLIBNAME)
TDBC_BIN_DIR     = $(TDBC_DIR)/win/$(BUILDDIRTOP)