Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Restore -Dinline=__inline to the nmake build. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbcodbc-1-0-6 |
Files: | files | file ages | folders |
SHA3-256: |
5a7cb7f00116b4616c5bf9635c17dad0 |
User & Date: | dgp 2017-12-21 18:14:08.587 |
Context
2017-12-22
| ||
13:34 | Convert all win/*.vc files to crlf line-endings check-in: 9bf250c5a3 user: jan.nijtmans tags: trunk | |
2017-12-21
| ||
18:14 | Restore -Dinline=__inline to the nmake build. check-in: 5a7cb7f001 user: dgp tags: trunk, tdbcodbc-1-0-6 | |
06:35 | Added targets.vc and rules-ext.vc to distribution check-in: b7440bbe0b user: apnadkarni tags: trunk | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
66 67 68 69 70 71 72 73 74 75 76 77 78 79 | TDBC_GENERIC_DIR = $(TDBC_DIR)\generic TDBCSTUBLIBNAME = tdbcstub$(TDBC_VERSION).lib TDBCSTUBLIB = $(TDBC_DIR)\win\$(BUILDDIRTOP)\$(TDBCSTUBLIBNAME) 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 tes target because we have a custom one. DISABLE_TARGET_test = 1 | > | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | TDBC_GENERIC_DIR = $(TDBC_DIR)\generic TDBCSTUBLIBNAME = tdbcstub$(TDBC_VERSION).lib TDBCSTUBLIB = $(TDBC_DIR)\win\$(BUILDDIRTOP)\$(TDBCSTUBLIBNAME) TDBC_LIB_FILE = tdbc$(TDBC_VERSION).dll TDBC_BIN_DIR = $(TDBC_DIR)/win/$(BUILDDIRTOP) PRJ_INCLUDES = -I"$(TDBC_GENERIC_DIR)" PRJ_DEFINES = -Dinline=__inline !if !$(STATIC_BUILD) PRJ_LIBS = $(TDBCSTUBLIB) !endif # Disable standard tes target because we have a custom one. DISABLE_TARGET_test = 1 |
︙ | ︙ |