comparison ChangeLog @ 6089:9f9313969599

[project @ 2006-10-25 21:00:07 by jwe]
author jwe
date Wed, 25 Oct 2006 21:00:07 +0000
parents 700e121edb94
children ee50f74d1dd7
comparison
equal deleted inserted replaced
6088:32ea759ea27e 6089:9f9313969599
1 2006-10-25 John W. Eaton <jwe@octave.org> 1 2006-10-25 John W. Eaton <jwe@octave.org>
2 2
3 * configure.in (INCLUDE_DEPS): Set and substitute. 3 * configure.in (INCLUDE_DEPS): Set and substitute.
4 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set. 4 (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): Rearrange way these are set.
5
5 * Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default 6 * Makeconf.in (INCLUDE_DEPS): Substitute here, and use to set default
6 value for omit_deps. 7 value for omit_deps.
7 8
8 2006-10-25 Michael Goffioul <michael.goffioul@swing.be> 9 2006-10-25 Michael Goffioul <michael.goffioul@swing.be>
9 10
12 13
13 * configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS, 14 * configure.in (XTRA_CRUFT_DEFS, XTRA_OCTAVE_DEFS,
14 XTRA_OCTINTERP_DEFS): Define and substitute. 15 XTRA_OCTINTERP_DEFS): Define and substitute.
15 (AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API, 16 (AH_BOTTOM) [_MSC_VER]: include definitions for CRUFT_API,
16 OCTAVE_API, and OCTINTERP_API. 17 OCTAVE_API, and OCTINTERP_API.
18
19 * configure.in (*-*-msdosmsvc): Add "-EHs -MD" to CXXFLAGS.
20 Add "-MD" to CFLAGS. Add "-MD" to CONFLIB_ARG when checking for
21 libf2c.
17 22
18 2006-10-25 John W. Eaton <jwe@octave.org> 23 2006-10-25 John W. Eaton <jwe@octave.org>
19 24
20 * mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here. 25 * mkoctfile.in (OCTAVE_VERSION): No need to quote replacement here.
21 26