mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 22:50:34 -07:00
Fixing file name cases to work with Wine (G. Dos Reis)
This commit is contained in:
parent
1af0162b6f
commit
2ff3ebe751
2 changed files with 2 additions and 2 deletions
|
|
@ -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@
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue