OSDN Git Service

* generic/tclIntDecls.h (TclIntStubs): Do not include definitions
authorkseitz <kseitz>
Thu, 1 Aug 2002 01:36:14 +0000 (01:36 +0000)
committerkseitz <kseitz>
Thu, 1 Aug 2002 01:36:14 +0000 (01:36 +0000)
commitb1499e1513e14f2d83a96f2f24f0e44764696e77
tree4a601792c5078ec0f61839004c630e77655324fb
parent6c9c1ebc7107e96e2e162c51ae04e70af4704f4b
    * generic/tclIntDecls.h (TclIntStubs): Do not include definitions
        for tclpAlloc, tclpFree, or pRealloc on cygwin.

        * win/tcl.hpj.in: Copied here from tools/tcl.hpj.in.

        * win/tcl.m4 (SC_CONFIG_CFLAGS): Add TCL_DLL_BASE, DDE_DLL_BASE,
        and REG_DLL_BASE variables to define DLL image bases on cygwin.
        Do not link with "-e _WinMain@16" on cygwin.
        * win/configure.in (TCL_DLL_BASE): Substitute into makefile.
        (DDE_DLL_BASE): Likewise.
        (REG_DLL_BASE): Likewise.
        * win/configure: Regenerated.
        * win/Makefile.in: Use TCL_DLL_BASE, DDE_DLL_BASE, and
        REG_DLL_BASE to build DLLs.
tcl/ChangeLog
tcl/generic/tclIntDecls.h
tcl/win/Makefile.in
tcl/win/configure
tcl/win/configure.in
tcl/win/tcl.hpj.in [new file with mode: 0644]
tcl/win/tcl.m4