diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 14:21:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-22 14:21:20 +0000 |
commit | 57a264f964d3bc3cfc103b72615b68710b3a4b9a (patch) | |
tree | 8a3702d83a5487089c73c1c57cc107e2240bbd2b /win32/Makefile | |
parent | 158f8ee5d0a06552c1de9eceef93cfd383751c07 (diff) | |
download | perl-57a264f964d3bc3cfc103b72615b68710b3a4b9a.tar.gz |
remove outdated notes in makefiles
p4raw-id: //depot/perl@5872
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/Makefile b/win32/Makefile index 426ff527ec..82896e9781 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -49,8 +49,6 @@ INST_ARCH = \$(ARCHNAME) #USE_MULTI = define # -# XXX WARNING! This option is still very experimental. May be broken. -# # Beginnings of interpreter cloning/threads; still very incomplete. # This should be enabled to get the fork() emulation. This needs # USE_MULTI as well. @@ -178,11 +176,6 @@ CCLIBDIR = $(CCHOME)\lib #BUILDOPT = $(BUILDOPT) -DPERL_TEXTMODE_SCRIPTS # -# This should normally be disabled. Enabling it runs a cloned toplevel -# interpreter (*EXPERIMENTAL*, fails tests) -#BUILDOPT = $(BUILDOPT) -DTOP_CLONE - -# # specify semicolon-separated list of extra directories that modules will # look for libraries (spaces in path names need not be quoted) # |