Tcl Source Code

Artifact [cbe4eec887]
Login

Artifact cbe4eec8873f334de35c47331f664187661901ca:

Attachment "vc.diff" to ticket [3543020fff] added by decosterjos 2012-07-16 21:51:14.
Index: win/README.txt
===================================================================
--- win/README.txt
+++ win/README.txt
@@ -25,16 +25,25 @@
 
 
 o. Microsoft MSVC++ build:
 --------------------------
 
-You should use the makefile.vc file for the MSVC++ located
-in the vc/ directory. Please consult the README.vc.txt and
-makefile.vc files for more details.
-Alternatively, you can use the MSVC++ IDE and open the 
-thread_win.dsw workspace file.
+Files in this directory may be useful if you have not set up
+your TEA (i.e., MinGW) environment and you're using the MSVC++
+from Micro$oft.
+
+To build the extension invoke the following command:
+
+    nmake -f makefile.vc TCLDIR=<path>
+
+You would need to give the <path> of the Tcl distribution where
+tcl.h and other needed Tcl files are located.
+Please look into the makefile.vc file for more information.
 
+Alternatively, you can open the extension workspace and project files
+(thread_win.dsw and thread_win.dsp) from within the MSVC++ and press
+the F7 key to build the extension under the control of the MSVC IDE.
 
 II. Building optional support libraries
 =======================================
 
 As of 2.6 release, this extension supports persistent shared 

Index: win/makefile.vc
===================================================================
Index: win/nmakehlp.c
===================================================================
Index: win/pkg.vc
===================================================================
Index: win/rules.vc
===================================================================
Index: win/thread_win.dsp
===================================================================
Index: win/thread_win.dsw
===================================================================
DELETED  win/vc/README.txt