diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-28 18:08:06 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-28 18:08:06 +0000 |
commit | ea6401c8be1f6586e605673e2d2f91e9aaefad3a (patch) | |
tree | 4cb160adc07d92b9a6d9068d4f07693f221e2e72 /README.win32 | |
parent | a0adbd316673b4533d5376ffb2271118fdc825e0 (diff) | |
download | perl-ea6401c8be1f6586e605673e2d2f91e9aaefad3a.tar.gz |
misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
p4raw-id: //depot/perl@3819
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.win32 b/README.win32 index 5ed7a79a3c..6f7af5476d 100644 --- a/README.win32 +++ b/README.win32 @@ -206,7 +206,7 @@ instructions carefully. Type "dmake" (or "nmake" if you are using that make). This should build everything. Specifically, it will create perl.exe, -perl.dll (or perlcore.dll), and perlglob.exe at the perl toplevel, and +perl.dll (or perl56.dll), and perlglob.exe at the perl toplevel, and various other extension dll's under the lib\auto directory. If the build fails for any reason, make sure you have done the previous steps correctly. |