summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* modified the support for specifying a build directory to be consistent withescoffon1998-08-031-2/+4
| | | | the Tk makefile.vc
* added EXTFLAGS hookstanton1998-07-311-0/+4
|
* One more tweak for the import/export.escoffon1998-07-301-2/+3
|
* modified to support the new EXTERN macro, which has support for DLLescoffon1998-07-291-3/+15
| | | | | | import/export mechanisms. - Defines DLL_BUILD and BUILD_tcl. - Still uses the .def file for the DLLs, we'll phase it out later.
* added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can beescoffon1998-07-281-2/+4
| | | | overridden at the command line
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-241-0/+5
| | | | parent workspace "/export/home/ws/tcl8.0".
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-211-12/+20
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-201-0/+1
|
* added install targetsescoffon1998-07-091-0/+41
|
* - dropped the .\ from temp dir nameescoffon1998-07-011-4/+4
| | | | - .pch file is now generated in temp dir, not in .
* put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather thanescoffon1998-06-181-21/+27
| | | | in win.
* Added changes to support builds of different configurations in parallel:escoffon1998-06-181-20/+31
| | | | | | | | - 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)
* added cleanup of .pdb and .pch files in the clean targetescoffon1998-06-101-0/+2
|
* *** empty log message ***stanton1998-04-291-3/+4
|
* Initial revisionrjohnson1998-03-261-0/+377