Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Does not really need Tcl source. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vc-reform |
Files: | files | file ages | folders |
SHA3-256: |
d80b4eb2f3a59e6b9eefb68f2a9698ae |
User & Date: | apnadkarni 2017-12-10 14:54:45.753 |
Context
2017-12-10
| ||
16:10 | Use default shell target. check-in: 9221bebae1 user: apnadkarni tags: vc-reform | |
14:54 | Does not really need Tcl source. check-in: d80b4eb2f3 user: apnadkarni tags: vc-reform | |
14:35 | Don't need INCLUDE_INSTALL_DIR check-in: ccc9e05ebf user: apnadkarni tags: vc-reform | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
13 14 15 16 17 18 19 | # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # #------------------------------------------------------------------------------ PROJECT = tdbcmysql | < | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # #------------------------------------------------------------------------------ PROJECT = tdbcmysql # Tcl 8.6 etc. compile with /DUNICODE. TDBC pre-nmake reform compiled # without -DUNICODE. Keep that behaviour for now. TBD USE_WIDECHAR_API = 0 !include "rules-ext.vc" # nmakehelp -V <file> <tag> will search the file for tag, skips until a |
︙ | ︙ |