Update the Windows port to the latest changes.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-15 00:03:26 +02:00
parent cf1aa3dfc3
commit fb1b528fcc
2 changed files with 4 additions and 1 deletions

View file

@ -192,7 +192,8 @@ c\cut$(EXE): $(top_srcdir)\util\cut.c
cd ..
$(TARGETS): ecl_min$(EXE) compile.lsp sysfun.lsp BUILD-STAMP
ECLDIR=$(PWD) .\ecl_min < compile.lsp
set ECLDIR=.
ecl_min < compile.lsp
BUILD-STAMP: Makefile
date /t > $@

View file

@ -407,4 +407,6 @@ typedef unsigned int uint32_t;
#ifndef isfinite
# define isfinite(x) (finite(x))
# define signbit(x) (_copysign(1.0,(x)))
# define ECL_MATHERR_CLEAR
# define ECL_MATHERR_TEST
#endif