summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
...
* * README:hobbs2000-05-031-4/+4
| | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * mac/README: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/aclocal.m4: * win/configure.in: * win/makefile.vc: updated patchlevel to 8.4a1
* * win/makefile.vc (TKTEST_OBJS):hobbs2000-04-081-2/+5
| | | | | * win/Makefile.in (TKTEST_OBJS): moved tkWinTest.c from normal objs to TKTEST_OBJS where it belonged.
* flipped debug bithobbs2000-02-101-2/+2
|
* * generic/tkDecls.h:hobbs2000-02-081-1/+2
| | | | | | | | | | | | | | | | | | | | | * generic/tk.decls: * generic/tk.h: moved new public functions created in dash patch to the stubs interface [Bug: 4062] * generic/tk.h: * doc/CrtImgType.3: * doc/CrtPhImgFmt.3: * generic/tk.h: * generic/tkImgGIF.c: * generic/tkImgPhoto.c: * generic/tkStubImg.c (new file): * generic/tkTest.c: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: improved support for moving from the old style image C API to the new obj'ified one with new Tk_InitImageArgs command and stub'ing of image code. See docs for how to make the transition. [Bug: 4060]
* * win/makefile.vc: removed 16bit stuff, simplified makefile.hobbs1999-12-091-82/+45
|
* * makefile.vc: changed 'c:/program files' to c:/progra~1hobbs1999-10-291-5/+5
|
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-4/+4
| | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
* * win/makefile.vc: Corrected building threaded tktest.exe onredman1999-07-311-5/+7
| | | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. Also added runtest target.
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-091-1/+4
| | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
* Changed to Tk 8.2b1welch1999-06-251-4/+4
|
* 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