summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* Merged 8-1-0 into mainline.rjohnson1999-04-211-2/+2
|
* fixed bugs 1785 and 1799: decl header files not installedsurles1999-04-171-6/+8
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-47/+68
|
* * Merged changes from 8.0.5:stanton1999-04-161-1/+1
| | | | - Updated for Mac release
* integrated stubs into 8.0 main branchstanton1999-03-101-6/+43
|
* fixed bad compiler flagsstanton1999-02-121-2/+8
|
* * win/makefile.vc: First stab at install target. Fixed quoting sostanton1999-02-041-18/+43
| | | | | | | paths with spaces work. * win/makefile.vc: * win/makefile.bc: Udpated version numbers
* updated version number to 8.0.4stanton1998-11-031-2/+2
|
* Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib forescoffon1998-10-071-5/+5
| | | | both debug and nodebug builds.
* Increase thew stack size for executables so that runaway recursion doesescoffon1998-09-301-4/+7
| | | | not crash the process.
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Fixed reference to tcl directory, ../../tcl8.0.3welch1998-08-201-2/+2
|
* Moved "tkConsole.obj" to the Tk DLL.suresh1998-08-121-6/+2
|
* Added xlib/ximage.cwelch1998-08-061-1/+2
|
* a few more tweaks to fix support for specifyin the directory where binariesescoffon1998-08-031-4/+6
| | | | are built.
* added the STATIC_BUILD macro for objects that are linked into executablesescoffon1998-07-301-5/+5
| | | | instead of being placed in the dll
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-291-6/+18
| | | | parent workspace "/export/home/ws/tk8.0".
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-281-2/+2
| | | | parent workspace "/net/pop/export/home/ws/tk8.0".
* Merged changes between child workspace "/home/rjohnson/ws/tk8.0" andrjohnson1998-07-271-2/+1
| | | | parent workspace "/export/home/ws/tk8.0".
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-241-1/+6
| | | | parent workspace "/export/home/ws/tk8.0".
* the MD flag for DLL builds needs to be MDd for Debug buildsescoffon1998-07-211-1/+7
|
* added the ability to specify the name prefix for the generated binariesescoffon1998-07-201-12/+16
| | | | instead of fixing it at "tcl".
* Added changes to support builds of different configurations in parallel:escoffon1998-07-011-35/+53
| | | | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll) - put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than in win.
* Initial revisionrjohnson1998-04-011-0/+397