diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 5 | ||||
-rw-r--r-- | win32/makefile.mk | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 6a63d236d4..bf1722a9cb 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -24,6 +24,11 @@ INST_DRV = c: INST_TOP = $(INST_DRV)\perl # +# Uncomment if you want to build a 32-bit Perl using a 32-bit compiler +# on a 64-bit version of Windows. +#WIN64 = undef + +# # Comment this out if you DON'T want your perl installation to be versioned. # This means that the new installation will overwrite any files from the # old installation at the same INST_TOP location. Leaving it enabled is diff --git a/win32/makefile.mk b/win32/makefile.mk index 7eb5fc3eeb..0f057a8b55 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -26,6 +26,11 @@ INST_DRV *= c: INST_TOP *= $(INST_DRV)\perl # +# Uncomment if you want to build a 32-bit Perl using a 32-bit compiler +# on a 64-bit version of Windows. +#WIN64 *= undef + +# # Comment this out if you DON'T want your perl installation to be versioned. # This means that the new installation will overwrite any files from the # old installation at the same INST_TOP location. Leaving it enabled is |