summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* * win/makefile.vc (TKTEST_OBJS):hobbs2000-04-081-4/+8
| | | | | * win/Makefile.in (TKTEST_OBJS): moved tkWinTest.c from normal objs to TKTEST_OBJS where it belonged.
* * generic/tkDecls.h:hobbs2000-02-081-2/+3
| | | | | | | | | | | | | | | | | | | | | * 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.in (install-*): reduced verbosity of installhobbs2000-02-011-19/+14
| | | | | | | | | | | | * win/tkWinPixmap.c (XGetGeometry): added support for windows in XGetGeometry [Bug: 4069] * win/tkWinFont.c (GetScreenFont): fixed possible mem overrun with long font names [Bug: 4108] * win/tkWinDialog.c: added EnableWindow calls to dialogs to correct for possible loss of control in parent Tk toplevel [Bug: 1212 et al]
* Fixed "doc" target so that it copies man.macros from Tclwart1999-12-131-3/+3
|
* Added support for building Windows winhelp files.wart1999-12-071-2/+22
|
* Replaced references to mkinstalldirs with mkdir -pwart1999-11-231-5/+4
|
* Removed bogus dependency on "installdirs"wart1999-11-231-2/+2
|
* Use mkdir -p to create the install directories (like Tcl already does)wart1999-11-181-6/+7
|
* added DEMOPROGSstanton1999-09-181-1/+3
|
* Made sure that the tkConfig.sh file is always installed.wart1999-09-101-3/+3
| | | | | configure now substitutes XINCLUDES in tkConfig.sh. Needed for Tk extensions like Itk.
* Added "make doc" target that copies the man.macros file from Tcl.wart1999-08-261-2/+5
|
* * win/Makefile.in: Corrected building threaded tktest.exe onredman1999-07-291-7/+35
| | | | | 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.
* * unix/Makefile.in:redman1999-07-161-2/+2
| | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter.
* Add prolog.ps to windows install-librariesredman1999-06-301-2/+3
|
* Don't install the DLL if it wasn't being built, by checkingredman1999-06-291-4/+7
| | | | the DLLSUFFIX variable.
* install-binaries was nto installing the Tk DLL on Windowssurles1999-06-291-1/+3
|
* minor bug in tk Makefile.insurles1999-06-261-2/+2
|
* Modifications to CC_EXENAME macro (aclocal.m4).redman1999-06-181-7/+9
| | | | Fix static builds and installation macros.
* added Makefile.in files for windowssurles1999-06-161-0/+491