diff options
author | das <das> | 2004-04-24 07:38:15 (GMT) |
---|---|---|
committer | das <das> | 2004-04-24 07:38:15 (GMT) |
commit | 42f3bec566f510c6aa0dbc7d9391fce3dc96defa (patch) | |
tree | 20ed0985bbc9c0989e25555681e9d5219b2fc316 | |
parent | 94d68e9ac21d57a4207be28d56e3a46f0e4bc3e7 (diff) | |
download | tk-42f3bec566f510c6aa0dbc7d9391fce3dc96defa.zip tk-42f3bec566f510c6aa0dbc7d9391fce3dc96defa.tar.gz tk-42f3bec566f510c6aa0dbc7d9391fce3dc96defa.tar.bz2 |
* generic/tkPort.h:
* unix/Makefile.in:
* win/makefile.bc:
* win/Makefile.in: followup on tcl header reform [FR 922727]:
removed use of relative #include paths in tkPort.h to allow
installation of private headers outside of tk source tree; added
tcl plaform source dir to compiler header search path.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | win/makefile.bc | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ * generic/tkPort.h: * unix/Makefile.in: + * win/makefile.bc: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added diff --git a/win/makefile.bc b/win/makefile.bc index 9467523..18d950c 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -13,7 +13,7 @@ # Copyright (c) 1995-1997 Sun Microsystems, Inc. # Copyright (c) 1998-2000 Ajuba Solutions. # -# RCS: @(#) $Id: makefile.bc,v 1.11 2002/07/16 05:01:23 davygrvy Exp $ +# RCS: @(#) $Id: makefile.bc,v 1.12 2004/04/24 07:38:17 das Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -241,7 +241,7 @@ TCLLIBDIR = $(TCLDIR)\win\$(OUTDIRNAME) RCDIR = $(WINDIR)\rc TK_INCLUDES = -I$(WINDIR) -I$(GENERICDIR) -I$(BITMAPDIR) -I$(XLIBDIR) \ - -I$(TCLDIR)\generic + -I$(TCLDIR)\generic -I$(TCLDIR)\win TK_DEFINES = -D__WIN32__ $(DEBUGDEFINES) $(THREADDEFINES) |