OSDN Git Service

* Makefile.in: Add 'cygwin' subdirectory to 'make all'
authorirox <irox>
Thu, 13 Sep 2001 00:38:49 +0000 (00:38 +0000)
committerirox <irox>
Thu, 13 Sep 2001 00:38:49 +0000 (00:38 +0000)
commit92fe9c4dc480ecbbea5e1d4a2b62be625ae9e852
tree72ba6600f2f45d7f416357bb58a2f770c2a546f3
parenta364f674aadc7d227789fa0c4d5c292de58eed12
* Makefile.in: Add 'cygwin' subdirectory to 'make all'
target.
* configure.in: Configure 'cygwin' and 'win' directory
for a cygwin host.
* configure: Regenerated.
* cygwin/configure.in: Change version number to 8.3.
* cygwin/configure: Regenerated.
* cygwin/Makefile.am: Added/removed files to be build
for Tcl8.3.
* cygwin/Makefile.in: Regenerated.
* generic/tcl.h: Don't define __WIN32__ for cygwin or
mwing32 builds.  Don't define USE_TCLALLOC when building
for cygwin.  Don't use __declspec unless building Tcl or
tk or build with USE_TCL_STUBS.
* generic/tclAlloc.c: For cygwin hosts, don't using
anything in this file unless build with __TCL_UNIX_VARIANT.
* generic/tclClock.c: Declare 'timezone' as an int, if it
hasn't been #defined.
* generic/tclStubInit.c: Don't export any tclAlloc function
when build for a cygwin host.
* win/configure.in: Set DL_LIBS and MATH_LIBS.  Create
unix/tclConfig.sh.
* win/configure: Regenerated.
* win/tclWinPort.h: Added missing #endif.
* win/tclWinFile.c (TclpChdir): Don't invert change
directory results on cygwin.
16 files changed:
tcl/ChangeLog
tcl/Makefile.in
tcl/configure
tcl/configure.in
tcl/cygwin/Makefile.am
tcl/cygwin/Makefile.in
tcl/cygwin/configure
tcl/cygwin/configure.in
tcl/generic/tcl.h
tcl/generic/tclAlloc.c
tcl/generic/tclClock.c
tcl/generic/tclStubInit.c
tcl/win/configure
tcl/win/configure.in
tcl/win/tclWinFile.c
tcl/win/tclWinPort.h