Tcl Source Code

Artifact [27e7c6b11d]
Login

Artifact 27e7c6b11db3637ddc6a8e92864b320f9572fe0d:

Attachment "makefile.vc.thread.patch" to ticket [3544932fff] added by decosterjos 2012-07-17 14:24:06.
--- win/makefile.vc
+++ win/makefile.vc
@@ -15,21 +15,10 @@
 # Copyright (c) 1998-2000 Ajuba Solutions.
 # Copyright (c) 2001 ActiveState Corporation.
 # Copyright (c) 2001-2002 David Gravereaux.
 # Copyright (c) 2003-2006 Pat Thoyts
 #-------------------------------------------------------------------------
-
-# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
-# or with the MS Platform SDK (MSSDK). Visual Studio .NET 2003 and 2005 define
-# VCINSTALLDIR instead. The MSVC Toolkit release defines yet another.
-!if !defined(MSDEVDIR) && !defined(MSVCDIR) && !defined(MSSDK) && !defined(VCINSTALLDIR) && !defined(VCToolkitInstallDir)
-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
 
 #------------------------------------------------------------------------------
 # HOW TO USE this makefile:
 #
 # 1)  It is now necessary to have %MSVCDir% set in the environment.  This is