Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed leftovre obsolete comment |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vc-reform |
Files: | files | file ages | folders |
SHA1: |
fdd8b59782a93efa50b25d6924e55536 |
User & Date: | ashok 2017-11-20 04:18:21.042 |
Context
2017-12-09
| ||
13:10 | Final version of nmake files from tcl Closed-Leaf check-in: 4115e0a088 user: apnadkarni tags: vc-reform | |
2017-11-20
| ||
04:18 | Removed leftovre obsolete comment check-in: fdd8b59782 user: ashok tags: vc-reform | |
2017-10-26
| ||
15:13 | Purged old comments check-in: 21a6aa24b9 user: ashok tags: vc-reform | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
15 16 17 18 19 20 21 | # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # #------------------------------------------------------------------------------ # The name of the package PROJECT = sample | < | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # #------------------------------------------------------------------------------ # The name of the package PROJECT = sample !include "rules-ext.vc" # Define the object files and resource file that make up the extension. # Note the resource file does not makes sense if doing a static library build # hence it is under that condition. TMP_DIR is the output directory # defined by rules for object files. PRJ_OBJS = \ |
︙ | ︙ |