diff options
author | Andreas König <a.koenig@mind.de> | 1998-07-12 18:27:21 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 21:54:02 +0000 |
commit | a29d2910a363e5b308f0e74eda4c093080b7afbd (patch) | |
tree | ed924856910a22bddd0e0cc2f6833be5ac183600 /win32 | |
parent | f16f1ef3ec3c8c58712148883eca0ebdbd810185 (diff) | |
download | perl-a29d2910a363e5b308f0e74eda4c093080b7afbd.tar.gz |
applied installperl patch, corrected other little nits
Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
Subject: [5.004_72] installperl tweak
p4raw-id: //depot/perl@1455
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index a5a0a241fc..27dc1d347a 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -3,7 +3,7 @@ # Supported compilers: # Visual C++ 2.0 thro 5.0 # Borland C++ 5.02 -# Mingw32 with gcc-2.8.1 or egcs-1.0.2 +# Mingw32 with gcc-2.8.1 or egcs-1.0.2 **experimental** # # This is set up to build a perl.exe that runs off a shared library # (perl.dll). Also makes individual DLLs for the XS extensions. @@ -46,7 +46,8 @@ CCTYPE *= BORLAND # # uncomment next line if you want to use the perl object -# Currently, this cannot be enabled if you ask for threads above +# Currently, this cannot be enabled if you ask for threads above, or +# if you are using GCC or EGCS. # #OBJECT *= -DPERL_OBJECT |