Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add rules-ext.vc and targets.vc to distribution. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbc-1-0-6 |
Files: | files | file ages | folders |
SHA3-256: |
84dffcb5f233eedb8c0d8b42c1cb2458 |
User & Date: | apnadkarni 2017-12-21 06:28:28.128 |
Context
2017-12-22
| ||
13:34 | Convert all win/*.vc files to crlf line-ending check-in: 70c2c13363 user: jan.nijtmans tags: trunk | |
2017-12-21
| ||
06:28 | Add rules-ext.vc and targets.vc to distribution. check-in: 84dffcb5f2 user: apnadkarni tags: trunk, tdbc-1-0-6 | |
2017-12-16
| ||
01:14 | Move tdbc.tcl to its own target. Add tdbc.tcl to BINARIES to ensure it gets copied once during build and removed with "make clean". Fixes [625f0ee464]. check-in: 239b87734b user: stu tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
370 371 372 373 374 375 376 377 378 379 380 381 382 383 | cp -p $(srcdir)/tools/genExtStubs.tcl \ $(srcdir)/tools/genStubs.tcl \ $(srcdir)/tools/tdbc-man2html.tcl \ $(DIST_DIR)/tools/ mkdir $(DIST_DIR)/win cp -p $(srcdir)/win/makefile.vc $(srcdir)/win/nmakehlp.c \ $(srcdir)/win/rules.vc $(srcdir)/win/tdbc.rc \ $(DIST_DIR)/win/ (cd $(DIST_ROOT); $(COMPRESS);) #======================================================================== # How to rebuild the package's stub table. | > | 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 | cp -p $(srcdir)/tools/genExtStubs.tcl \ $(srcdir)/tools/genStubs.tcl \ $(srcdir)/tools/tdbc-man2html.tcl \ $(DIST_DIR)/tools/ mkdir $(DIST_DIR)/win cp -p $(srcdir)/win/makefile.vc $(srcdir)/win/nmakehlp.c \ $(srcdir)/win/rules-ext.vc $(srcdir)/win/targets.vc \ $(srcdir)/win/rules.vc $(srcdir)/win/tdbc.rc \ $(DIST_DIR)/win/ (cd $(DIST_ROOT); $(COMPRESS);) #======================================================================== # How to rebuild the package's stub table. |
︙ | ︙ |