This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make win32_link and win32_rename raise ENOSPC and EDQUOT when appropriate
[perl5.git] / win32 / perl.rc
CommitLineData
e4451f11
JH
1#include <windows.h>
2
3LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
4#pragma code_page(1252)
5
61 ICON DISCARDABLE "perl.ico"
7
8VS_VERSION_INFO VERSIONINFO
9 FILEVERSION 5,6,0,0
10 PRODUCTVERSION 5,6,0,0
11 FILEFLAGSMASK 0x3FL
12 FILEFLAGS 0x0L
13 FILEOS 0x4L
14 FILETYPE 0x1L
15 FILESUBTYPE 0x0L
16BEGIN
17 BLOCK "StringFileInfo"
18 BEGIN
19 BLOCK "040904B0"
20 BEGIN
21 VALUE "CompanyName", "Paranoyaxc Inc\0"
22 VALUE "FileDescription", "Perl for WindowsCE\0"
23 VALUE "FileVersion", "1, 0, 0, 0\0"
24 VALUE "InternalName", "PerlCE\0"
25 VALUE "LegalCopyright", "Copyright (C) Larry Wall\0"
26 VALUE "OriginalFilename", "perl.exe"
27 VALUE "ProductName", "Perl\0"
28 VALUE "ProductVersion", "5, 7, 2, 0\0"
29 VALUE "OLESelfRegister", "\0"
30 END
31 END
32 BLOCK "VarFileInfo"
33 BEGIN
34 VALUE "Translation", 0x409, 1200
35 END
36END