diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-06-14 22:14:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-06-14 22:14:10 (GMT) |
commit | 03240b4f85d9b18d711fef7da7ab2a15ef29b78f (patch) | |
tree | daccbc98573e8d46b7efa571a0a86011481488d0 /win | |
parent | 4f6c1156ca6d0c293d79869f95146601c83c6666 (diff) | |
download | tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.zip tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.tar.gz tcl-03240b4f85d9b18d711fef7da7ab2a15ef29b78f.tar.bz2 |
* win/Makefile.in: Corrected compilation flags for tclPkgConfig.c
so that it doesn't require Stubs.
* generic/tclBasic.c (Tcl_CreateInterp): Removed comment stating
that TclInitEmbeddedConfigurationInformation needs Stubs; with the
change above, the comment is now erroneous.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 89029f6..c1bafe6 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.76 2004/04/06 22:25:57 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.77 2004/06/14 22:14:12 kennykb Exp $ VERSION = @TCL_VERSION@ @@ -437,8 +437,8 @@ tclPkgConfig.${OBJEXT}: tclPkgConfig.c -DCFG_RUNTIME_SCRDIR=\"$(TCL_LIBRARY)\" \ -DCFG_RUNTIME_INCDIR=\"$(includedir)\" \ -DCFG_RUNTIME_DOCDIR=\"$(mandir)\" \ - \ - -DUSE_TCL_STUBS @DEPARG@ $(CC_OBJNAME) + -DBUILD_tcl \ + @DEPARG@ $(CC_OBJNAME) # The following objects are part of the stub library and should not # be built as DLL objects but none of the symbols should be exported |