Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Do not need the cwarn macro |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vc-reform |
Files: | files | file ages | folders |
SHA3-256: |
2fee183e612bf95670919d91eafbfacf |
User & Date: | apnadkarni 2017-12-10 13:06:00.520 |
Context
2017-12-11
| ||
09:09 | Do not need Tcl sources. Also fix rc file macro name. check-in: 3ee1af86cf user: apnadkarni tags: vc-reform | |
2017-12-10
| ||
13:06 | Do not need the cwarn macro check-in: 2fee183e61 user: apnadkarni tags: vc-reform | |
12:47 | Get rid of custom test and shell targets as built-in ones suffice check-in: 1e733cc160 user: apnadkarni tags: vc-reform | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
50 51 52 53 54 55 56 | PRJHEADERS = \ $(GENERICDIR)\tdbc.h \ $(GENERICDIR)\tdbcDecls.h \ $(GENERICDIR)\tdbcInt.h INCLUDE_INSTALL_DIR = $(_INSTALLDIR)\..\include | < < < | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | PRJHEADERS = \ $(GENERICDIR)\tdbc.h \ $(GENERICDIR)\tdbcDecls.h \ $(GENERICDIR)\tdbcInt.h INCLUDE_INSTALL_DIR = $(_INSTALLDIR)\..\include # Define the standard targets including install, test, shell !include "$(_RULESDIR)\targets.vc" $(PRJ_OBJS): $(PRJHEADERS) # The TIP 477 generation of pkgIndex.tcl from pkgIndex.tcl.in does not include # all replacements below so define our own it. |
︙ | ︙ |