diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 06:31:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 06:31:55 +0000 |
commit | 4ea817c67acbb0637159d692922fa81954793ad9 (patch) | |
tree | d678fab0fb3d32ff89900154847a56a3c59e0a55 /README.win32 | |
parent | 3b2903621aacf4b1cc9b9d99f9a25167b486b91f (diff) | |
download | perl-4ea817c67acbb0637159d692922fa81954793ad9.tar.gz |
vendorlib support for Windows; regen win32/config*
p4raw-id: //depot/perl@5574
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/README.win32 b/README.win32 index 830e129d7d..b39961b625 100644 --- a/README.win32 +++ b/README.win32 @@ -275,14 +275,16 @@ C<HKEY_CURRENT_USER\Software\Perl> and C<HKEY_LOCAL_MACHINE\Software\Perl>. Entries in the former override entries in the latter. One or more of the following entries (of type REG_SZ or REG_EXPAND_SZ) may be set: - lib-$] version-specific path to add to @INC - lib path to add to @INC - sitelib-$] version-specific path to add to @INC - sitelib path to add to @INC + lib-$] version-specific standard library path to add to @INC + lib standard library path to add to @INC + sitelib-$] version-specific site library path to add to @INC + sitelib site library path to add to @INC + vendorlib-$] version-specific vendor library path to add to @INC + vendorlib vendor library path to add to @INC PERL* fallback for all %ENV lookups that begin with "PERL" Note the C<$]> in the above is not literal. Substitute whatever version -of perl you want to honor that entry, e.g. C<5.00502>. Paths must be +of perl you want to honor that entry, e.g. C<5.6.0>. Paths must be separated with semicolons, as usual on win32. =item File Globbing @@ -407,6 +409,8 @@ CPAN: http://www.perl.com/CPAN/authors/id/NI-S/Make-0.03.tar.gz +You may also use dmake. See L</"Borland C++"> above on how to get it. + Note that MakeMaker actually emits makefiles with different syntax depending on what 'make' it thinks you are using. Therefore, it is important that one of the following values appears in Config.pm: |