diff options
Diffstat (limited to 'win32/GNUmakefile')
-rw-r--r-- | win32/GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 4502731bbf..a8d996ac46 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -285,7 +285,7 @@ EXTRALIBDIRS := # # set this to your email address (perl will guess a value from -# from your loginname and your hostname, which may not be right) +# your loginname and your hostname, which may not be right) # #EMAIL := @@ -726,7 +726,7 @@ OPTIMIZE = -O1 -Zi -GL LINK_DBG = -debug -opt:ref,icf -ltcg # you may want to enable this if you want COFF symbols in the executables # in addition to the PDB symbols. The default Dr. Watson that ships with -# Windows can use the the former but not latter. The free WinDbg can be +# Windows can use the former but not latter. The free WinDbg can be # installed to get better stack traces from just the PDB symbols, so we # avoid the bloat of COFF symbols by default. #LINK_DBG += -debugtype:both @@ -1526,7 +1526,7 @@ $(MINIWIN32_OBJ) : $(CORE_NOCFG_H) $(CC) -c $(CFLAGS) $(MINIBUILDOPT) -DPERL_IS_MINIPERL $(OBJOUT_FLAG)$@ $(PDBOUT) $(*F).c # -DPERL_IMPLICIT_SYS needs C++ for perllib.c -# rules wrapped in .IFs break Win9X build (we end up with unbalanced []s unless +# rules wrapped in .IFs break Win9X build (we end up with unbalanced []s # unless the .IF is true), so instead we use a .ELSE with the default. # This is the only file that depends on perlhost.h, vmem.h, and vdir.h |