Overview
Comment: | Updated to build under i586-mingw32msvc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
19963bc8da77ac239ecba89f213df69a |
User & Date: | rkeene on 2010-09-26 04:39:56 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:39 | Updated to clean up archive files after installation check-in: e3565593fd user: rkeene tags: trunk | |
04:39 | Updated to build under i586-mingw32msvc check-in: 19963bc8da user: rkeene tags: trunk | |
04:39 | Fixed typo check-in: 6ad3fbe8a5 user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [5d0cdc97c7] to [ef0e476ed6].
︙ | |||
79 80 81 82 83 84 85 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | + + + + + + + + + + + + + + + + + | DC_DO_STATIC_LINK_LIBCXX fi fi done AC_SUBST(ARCHS) ]) AC_DEFUN(DC_SETUP_TCL_PLAT_DEFS, [ AC_CANONICAL_HOST AC_MSG_CHECKING(host operating system) AC_MSG_RESULT($host_os) case $host_os in mingw32msvc*) CFLAGS="${CFLAGS} -mno-cygwin -mms-bitfields" AC_DEFINE(BUILD_tcl, [1], [Define if you need to pretend to be building Tcl (Windows)]) ;; cygwin*) CFLAGS="${CFLAGS} -mms-bitfields" ;; esac ]) |
Added kitsh/buildsrc/kitsh-0.0/config.guess version [23da712e9c].