diff --git a/Makefile b/Makefile index 8127a5569d..bd25c8abf6 100644 --- a/Makefile +++ b/Makefile @@ -475,8 +475,6 @@ ifeq ($(uname_S),IRIX64) BASIC_LDFLAGS += -L/usr/lib32 endif ifneq (,$(findstring MINGW,$(uname_S))) - SHELL_PATH = $(shell cd /bin && pwd -W)/sh - PERL_PATH = $(shell cd /bin && pwd -W)/perl NO_MMAP=YesPlease NO_PREAD=YesPlease NO_OPENSSL=YesPlease diff --git a/README.MinGW b/README.MinGW index 436d7b7849..74eb104c2c 100644 --- a/README.MinGW +++ b/README.MinGW @@ -31,6 +31,13 @@ In order to compile this code you need: libiconv-1.9.2-1-{lib,bin,lib}.zip (for git-am, from http://gnuwin32.sourceforge.net/packages/libiconv.htm) +I am using these settings in config.mak to have pointers to the right tools: + +TCL_PATH=tclsh84 +TCLTK_PATH=wish84 +SHELL_PATH=D:/MSYS/1.0/bin/sh +PERL_PATH=D:/MSYS/1.0/bin/perl + STATUS ------