• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-20137

makefile.vcH A D18-Aug-201016 KiB

nmakehlp.cH A D18-Aug-201018.3 KiB

pkg.vcH A D18-Aug-2010144

README.txtH A D18-Aug-2010622

rules.vcH A D18-Aug-201015.4 KiB

thread_win.dspH A D18-Aug-20105.6 KiB

thread_win.dswH A D18-Aug-2010535

README.txt

1
2Files in this directory may be useful if you have not set up
3your TEA (i.e., MinGW) environment and you're using the MSVC++
4from Micro$oft.
5
6To build the extension invoke the following command:
7
8    nmake -f makefile.vc TCLDIR=<path>
9
10You would need to give the <path> of the Tcl distribution where
11tcl.h and other needed Tcl files are located.
12Please look into the makefile.vc file for more information.
13
14Alternatively, you can open the extension workspace and project files
15(thread_win.dsw and thread_win.dsp) from within the MSVC++ and press
16the F7 key to build the extension under the control of the MSVC IDE.
17
18-EOF-
19