summaryrefslogtreecommitdiff
path: root/win32/makefile.mk
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2009-12-01 23:03:09 -0800
committerJan Dubois <jand@activestate.com>2009-12-01 23:03:09 -0800
commitb86e806e0fdabf765203585cee6697bc3e14be6f (patch)
treec81fb419de13df9bf9adb5aa275f15910abc8a6b /win32/makefile.mk
parent44604af16e73eaf78088798f46b5cacde6f5033a (diff)
downloadperl-b86e806e0fdabf765203585cee6697bc3e14be6f.tar.gz
Add another hint about setting WIN64=undef to build a 32-bit Perl.
Of course anyone who read README.win32 already knew this. :)
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r--win32/makefile.mk5
1 files changed, 5 insertions, 0 deletions
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