This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note that the USE_64_BIT_INT build option is not supported with MSVC++ 6.0
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 16 Sep 2013 20:59:12 +0000 (21:59 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 16 Sep 2013 20:59:12 +0000 (21:59 +0100)
commit38aa66aabf32185127f62c4936fd1035a5278876
tree82ce13b9fb7b26ef703f6042f2c6f542375a7dc6
parented5950c0a86ad62e2c4f6e6835244f17ae68c6d4
Note that the USE_64_BIT_INT build option is not supported with MSVC++ 6.0

Also change the Windows makefiles to disable this option if it is set with
this compiler selected.  (Use !UNDEF (for nmake) and != (for dmake) to be
sure of disabling the option if it is defined on the command-line rather
than by editing the makefile.)
README.win32
win32/Makefile
win32/makefile.mk