summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkInt.decls: move all platform test sources from tk lib intodas2005-12-091-3/+6
* add tkWinTest.obj to regular Tk obj for TkplatformtestInithobbs2005-12-081-6/+3
* * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-12-081-3/+27
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
* * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755]davygrvy2004-11-261-4/+4
* * win/tkWinX.c: Signature for tkWinXCleanup needed to bedavygrvy2004-10-271-1/+3
* added VC7-safe environment check used in the Tcl makefile.vcdavygrvy2004-09-161-5/+7
* include tkTest.c in list of files which depend on tkText.hvincentdarley2004-09-101-1/+2
* Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo).patthoyts2004-09-061-1/+4
* Checks MSDevDir, not MSVCDir envar.davygrvy2004-03-091-2/+2
* * win/makefile.vc:davygrvy2004-02-081-12/+20
* * win/makefile.vc: General clean-up.davygrvy2004-02-011-52/+87
* * win/tkWinSendCom.c: Placed the requirement for the special COMdavygrvy2004-01-151-4/+4
* uuid.lib needed by tkWinSendvincentdarley2004-01-131-2/+2
* * win/rc/tk.rc:davygrvy2004-01-131-13/+6
* Uses new features of nmakehlp to get the version strings from header filesdavygrvy2003-12-231-7/+13
* * win/makefile.vc: Restored consistency of pkgIndex.tcl filedgp2003-11-171-7/+3
* Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbolsdavygrvy2003-11-161-3/+7
* * win/makefile.vc: Applied patches from tcl bug #801467 frompatthoyts2003-10-141-4/+5
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-2/+3
* Don't do a string compare on the $(DBGX) variable, use the $(DEBUG)davygrvy2003-08-251-7/+11
* space in path bug fixvincentdarley2003-05-131-2/+2
* Corrected several problems that prevented OPTS=symbols from building Kevin B Kenny2003-03-231-5/+13
* Backported the code that makes the makefile build pkgIndex.tcl as part Kevin B Kenny2003-03-111-1/+8
* * README: Bumped version number ofdgp2003-03-041-2/+2
* matched to the Tcl one. build option 'linkexten' renamed to 'staticpkg'.davygrvy2003-02-141-6/+7
* * win/makefile.vc: tclThreadTest.obj not required to linkdavygrvy2002-12-101-3/+2
* * win/winMain.c (Tcl_AppInit): Calls Registry_Init() anddavygrvy2002-11-041-93/+44
* * win/makefile.vc (TCLREGLIBNAME): Updated to registry 1.1.andreas_kupries2002-11-011-2/+2
* compilation, link fixesvincentdarley2002-08-141-2/+2
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-211-1/+3
* Added TIP#48 style engine implementationdkf2002-06-181-1/+2
* Fixed a win98 issue where the /exclude option for xcopy is unsupported.davygrvy2002-06-101-4/+7
* Problem with TCLDIR macro not accepting forward slash path seperatorsdavygrvy2002-05-081-36/+45
* small lint in comments/docs.davygrvy2002-03-291-15/+13
* small cruftdavygrvy2002-03-291-4/+24
* ack! fixed big typo.davygrvy2002-03-291-2/+1
* * win/makefile.vc: Tk helpfile is now installing itself into Tcl'sdavygrvy2002-03-291-8/+26
* fixed double use of $(ldebug)davygrvy2002-03-281-6/+6
* * win/.cvsignore (new):davygrvy2002-03-281-56/+115
* fix for bug #528441. max optimize seems to cause problems for some folks.davygrvy2002-03-211-3/+4
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-1/+3
* * win/makefile.vc: unset macro located in the tktest target caused a failure.davygrvy2002-02-011-2/+4
* install target changes by request from Ryan Casey <scfiead@hotmail.com>.davygrvy2001-12-031-26/+15
* Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source.davygrvy2001-11-281-2/+2
* install target repaired.davygrvy2001-11-161-20/+19
* Added the logic for the linkexten option.davygrvy2001-11-131-18/+28
* small bug fix with filenames in the .res files.davygrvy2001-11-131-2/+8
* * win/mkd.bat:davygrvy2001-11-131-372/+567
* add comctl32.lib to build libshobbs2001-11-101-2/+2