tdbc::postgres

Check-in [76bf4c7feb]
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 | tdbcpostgres-1-1-9
Files: files | file ages | folders
SHA3-256: 76bf4c7feb6f3221b5f3c715f8d07076ff84b515f83422bd6f2997bc620672f6
User & Date: oehhar 2024-09-11 06:26:06
Context
2024-10-16
14:32
Update to latest rules.vc Leaf check-in: ffce9f1206 user: jan.nijtmans tags: trunk, main
2024-09-11
06:26
Fix the missing "t" in "tdbc116t.dll" when testing without installation. ODBC Ticket: [https://core.tcl-lang.org/tdbcodbc/info/185c99634a] check-in: 76bf4c7feb user: oehhar tags: trunk, main, tdbcpostgres-1-1-9
2024-08-21
15:57
Version -> 1.1.9. Indenting check-in: 126e7a5ef5 user: jan.nijtmans tags: trunk, main, rc0
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)