Tcl Source Code

Check-in [1e99ac7328]
Login

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

Overview
Comment:should be uppercase
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-5-branch
Files: files | file ages | folders
SHA1: 1e99ac7328925910c823296d2aebb3f932767678
User & Date: jan.nijtmans 2012-07-17 13:07:37
Context
2012-07-18
11:12
better formatting of "configure --help" check-in: e963f45c7c user: jan.nijtmans tags: core-8-5-branch
2012-07-17
16:25
merge 8.5 check-in: 20a4fde8d8 user: dgp tags: core-8-5-12-rc
13:08
should be uppercase check-in: f0f8f50874 user: jan.nijtmans tags: trunk
13:07
should be uppercase check-in: 1e99ac7328 user: jan.nijtmans tags: core-8-5-branch
13:07
should be uppercase check-in: 1c268820c1 user: jan.nijtmans tags: core-8-4-branch
12:51
[Bug 3544932]: Visual studio compiler check fails check-in: 9e14e63f45 user: jan.nijtmans tags: core-8-5-branch
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to win/makefile.vc.

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2001-2005 ActiveState Corporation.
# Copyright (c) 2001-2004 David Gravereaux.
# Copyright (c) 2003-2008 Pat Thoyts.
#------------------------------------------------------------------------------

# Check to see we are configured to build with MSVC (MSDEVDIR, MSVCDIR or
# VCINSTALLDIR) or with the MS Platform SDK (MSSDK or WindowsSDKDir)
!if !defined(MSDEVDIR) && !defined(MSVCDIR) && !defined(VCINSTALLDIR) && !defined(MSSDK) && !defined(WindowsSDKDir)
MSG = ^
You need to run vcvars32.bat from Developer Studio or setenv.bat from the^
Platform SDK first to setup the environment.  Jump to this line to read^
the build instructions.
!error $(MSG)
!endif








|







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2001-2005 ActiveState Corporation.
# Copyright (c) 2001-2004 David Gravereaux.
# Copyright (c) 2003-2008 Pat Thoyts.
#------------------------------------------------------------------------------

# Check to see we are configured to build with MSVC (MSDEVDIR, MSVCDIR or
# VCINSTALLDIR) or with the MS Platform SDK (MSSDK or WindowsSDKDir)
!if !defined(MSDEVDIR) && !defined(MSVCDIR) && !defined(VCINSTALLDIR) && !defined(MSSDK) && !defined(WINDOWSSDKDIR)
MSG = ^
You need to run vcvars32.bat from Developer Studio or setenv.bat from the^
Platform SDK first to setup the environment.  Jump to this line to read^
the build instructions.
!error $(MSG)
!endif