Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove extraneous cwarn macro |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vc-reform |
Files: | files | file ages | folders |
SHA3-256: |
ad8af81423f8fd2e2c03affeae168f44 |
User & Date: | apnadkarni 2017-12-10 14:18:51.953 |
Context
2017-12-10
| ||
14:35 | Don't need INCLUDE_INSTALL_DIR check-in: ccc9e05ebf user: apnadkarni tags: vc-reform | |
14:18 | Remove extraneous cwarn macro check-in: ad8af81423 user: apnadkarni tags: vc-reform | |
13:37 | TIP 477 nmake reform. Still needs testing with mysql dll check-in: 50dd11a9a2 user: apnadkarni tags: vc-reform | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
64 65 66 67 68 69 70 | TDBCSTUBLIB = "$(_TCLDIR)\lib\$(TDBCSTUBLIBNAME)" !if !exist($(TDBCSTUBLIB)) TDBCSTUBLIB = $(TDBC_DIR)\win\$(BUILDDIRTOP)\$(TDBCSTUBLIBNAME) !endif TDBC_LIB_FILE = tdbc$(TDBC_VERSION).dll TDBC_BIN_DIR = $(TDBC_DIR)/win/$(BUILDDIRTOP) | < < | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | TDBCSTUBLIB = "$(_TCLDIR)\lib\$(TDBCSTUBLIBNAME)" !if !exist($(TDBCSTUBLIB)) TDBCSTUBLIB = $(TDBC_DIR)\win\$(BUILDDIRTOP)\$(TDBCSTUBLIBNAME) !endif TDBC_LIB_FILE = tdbc$(TDBC_VERSION).dll TDBC_BIN_DIR = $(TDBC_DIR)/win/$(BUILDDIRTOP) PRJ_INCLUDES = -I"$(TDBC_GENERIC_DIR)" !if !$(STATIC_BUILD) PRJ_LIBS = $(TDBCSTUBLIB) !endif # Disable standard targets because we have custom test and shell targets |
︙ | ︙ |