diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-04 01:19:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-04 01:19:20 +0000 |
commit | e68cb0571e958719e0fd6ed56ffa112795b7c00f (patch) | |
tree | 3f10b0e23e9b21a6e0f8c77d7b565bedb787640d /win32/makefile.mk | |
parent | 9ab29e2be5cf75aca844441835e3e1faf6077f10 (diff) | |
download | perl-e68cb0571e958719e0fd6ed56ffa112795b7c00f.tar.gz |
s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
p4raw-id: //depot/perl@4752
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index ac43a1628b..9bdcf3d796 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -188,7 +188,7 @@ CCLIBDIR *= $(CCHOME)\lib # # This should normally be disabled. Enabling it causes perl to read scripts # in text mode (which is the 5.005 behavior) and will break ByteLoader. -#BUILDOPT += -DUSE_TEXTMODE_SCRIPTS +#BUILDOPT += -DPERL_TEXTMODE_SCRIPTS # # This should normally be disabled. Enabling it runs a cloned toplevel |