TclVFS

Check-in [ca4a1bcfd4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Oops, fix include of wrong rules file in nmake
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | nmake-update
Files: files | file ages | folders
SHA1: ca4a1bcfd448b6d46a722c1f1ca98e2faffa9fab
User & Date: ashok 2017-08-31 05:25:48.073
Context
2017-09-01
15:50
Merged changed to nmake files check-in: 263097fa61 user: ashok tags: trunk
2017-08-31
05:25
Oops, fix include of wrong rules file in nmake Closed-Leaf check-in: ca4a1bcfd4 user: ashok tags: nmake-update
04:47
Updated nmake files to match current Tcl 8.6 check-in: 9c719715dd user: ashok tags: nmake-update
Changes
Unified Diff Ignore Whitespace Patch
Changes to win/makefile.vc.
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
#
#-------------------------------------------------------------------------

PROJECT = vfs

# Uncomment the following line if this is a Tk extension.
#PROJECT_REQUIRES_TK=1
!include "rules2.vc"

DOTVERSION      = 1.4
VERSION         = $(DOTVERSION:.=)
STUBPREFIX      = $(PROJECT)stub

DLLOBJS = \
	$(TMP_DIR)\vfs.obj \







|







157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
#
#-------------------------------------------------------------------------

PROJECT = vfs

# Uncomment the following line if this is a Tk extension.
#PROJECT_REQUIRES_TK=1
!include "rules.vc"

DOTVERSION      = 1.4
VERSION         = $(DOTVERSION:.=)
STUBPREFIX      = $(PROJECT)stub

DLLOBJS = \
	$(TMP_DIR)\vfs.obj \