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 | |
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')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 45f71462ca..79edfc2bad 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -169,7 +169,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 = $(BUILDOPT) -DUSE_TEXTMODE_SCRIPTS +#BUILDOPT = $(BUILDOPT) -DPERL_TEXTMODE_SCRIPTS # # This should normally be disabled. Enabling it runs a cloned toplevel |