diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 3be8bee0ea..90244e2f5e 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -157,9 +157,9 @@ CCLIBDIR = $(CCHOME)\lib #BUILDOPT = $(BUILDOPT) -DPERL_POLLUTE # -# enable this to test the File::Glob implementation of CORE::glob +# enable this to disable the File::Glob implementation of CORE::glob # -#BUILDOPT = $(BUILDOPT) -DPERL_INTERNAL_GLOB +#BUILDOPT = $(BUILDOPT) -DPERL_EXTERNAL_GLOB # Enabling this runs a cloned toplevel interpreter (fails tests) #BUILDOPT = $(BUILDOPT) -DTOP_CLONE |