Added EXE to perl definition.

This commit is contained in:
Janet B. Anderson
1998-06-17 21:04:37 +00:00
parent 5c0775883e
commit 081769088a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ WIND_HOST_TYPE = x86-win32
# Use std path variables from ms
HOME = $(HOMEDRIVE)$(HOMEPATH)
PERL = C:\\Perl\\bin\\perl
PERL = C:\\Perl\\bin\\Perl$(EXE)

View File

@@ -11,4 +11,4 @@ TORNADO=YES
WIND_HOST_TYPE = cygwin32
PERL = C:\\Perl\\bin\\perl
PERL = C:\\Perl\\bin\\Perl$(EXE)