Fixing file name cases to work with Wine (G. Dos Reis)

This commit is contained in:
Juan Jose Garcia Ripoll 2010-09-12 15:00:00 +02:00
parent 1af0162b6f
commit 2ff3ebe751
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ bin/ecl$(EXE): ecl_min$(EXE) compile.lsp ecl/external.h build-stamp
if [ -f CROSS-COMPILER ]; then \
./CROSS-COMPILER compile; \
else \
ECLDIR=`pwd`/ ./ecl_min compile; \
ECLDIR=`pwd`/ ./ecl_min$(EXE) compile; \
fi
ecl_min$(EXE): $(LIBRARIES) .gdbinit @LIBPREFIX@eclmin.@LIBEXT@

View file

@ -34,7 +34,7 @@
#include <ecl/internal.h>
#if defined(ECL_MS_WINDOWS_HOST)
# include <windows.h>
# include <WinSock.h>
# include <winsock.h>
#endif
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_GETRUSAGE) && !defined(ECL_MS_WINDOWS_HOST)