Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added targets.vc and rules-ext.vc to distribution |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbcsqlite3-1-0-6 |
Files: | files | file ages | folders |
SHA3-256: |
eb48e3dd16a3f129c93b604babaee516 |
User & Date: | apnadkarni 2017-12-21 06:33:50.230 |
Context
2017-12-22
| ||
13:42 | Convert all win/*.vc files to crlf style check-in: 24cec214c3 user: jan.nijtmans tags: trunk | |
2017-12-21
| ||
06:33 | Added targets.vc and rules-ext.vc to distribution check-in: eb48e3dd16 user: apnadkarni tags: trunk, tdbcsqlite3-1-0-6 | |
2017-12-17
| ||
16:00 | Determine tdbc_BUILD_LIBRARY_PATH, needed for TDBC_LIBRARY, as is done in the other tdbc-* drivers. check-in: b23639ee5a user: stu tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
237 238 239 240 241 242 243 244 245 246 247 248 249 250 | mkdir $(DIST_DIR)/tests cp -p $(srcdir)/tests/all.tcl $(srcdir)/tests/tdbcsqlite3.test \ $(DIST_DIR)/tests/ mkdir $(DIST_DIR)/win cp -p $(srcdir)/win/makefile.vc $(srcdir)/win/nmakehlp.c \ $(srcdir)/win/rules.vc $(DIST_DIR)/win/ (cd $(DIST_ROOT); $(COMPRESS);) #======================================================================== # End of user-definable section #======================================================================== | > | 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | mkdir $(DIST_DIR)/tests cp -p $(srcdir)/tests/all.tcl $(srcdir)/tests/tdbcsqlite3.test \ $(DIST_DIR)/tests/ mkdir $(DIST_DIR)/win cp -p $(srcdir)/win/makefile.vc $(srcdir)/win/nmakehlp.c \ $(srcdir)/win/targets.vc $(srcdir)/win/rules-ext.vc \ $(srcdir)/win/rules.vc $(DIST_DIR)/win/ (cd $(DIST_ROOT); $(COMPRESS);) #======================================================================== # End of user-definable section #======================================================================== |
︙ | ︙ |