This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Abstract common override code
[perl5.git] / win32 / perl.rc
index 15eae78..02507c1 100644 (file)
@@ -1,76 +1,36 @@
-//Microsoft Developer Studio generated resource script.
-//
-#include "resource.h"
+#include <windows.h>
 
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 #pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-
-// you must obtain the icon for yourself, it's not in the dist
-#if 0
-camel              ICON    DISCARDABLE     "camel.ico"
-#endif
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "resource.h\0"
-END
 
-2 TEXTINCLUDE DISCARDABLE 
-BEGIN
-    "#include ""afxres.h""\r\n"
-    "\0"
-END
+1 ICON DISCARDABLE "perl.ico"
 
-3 TEXTINCLUDE DISCARDABLE 
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 5,6,0,0
+ PRODUCTVERSION 5,6,0,0
+ FILEFLAGSMASK 0x3FL
+ FILEFLAGS 0x0L
+ FILEOS 0x4L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
 BEGIN
-    "\r\n"
-    "\0"
+    BLOCK "StringFileInfo"
+    BEGIN
+       BLOCK "040904B0"
+       BEGIN
+           VALUE "CompanyName", "Paranoyaxc Inc\0"
+           VALUE "FileDescription", "Perl for WindowsCE\0"
+           VALUE "FileVersion", "1, 0, 0, 0\0"
+           VALUE "InternalName", "PerlCE\0"
+           VALUE "LegalCopyright", "Copyright (C) Larry Wall\0"
+           VALUE "OriginalFilename", "perl.exe"
+           VALUE "ProductName", "Perl\0"
+           VALUE "ProductVersion", "5, 7, 2, 0\0"
+           VALUE "OLESelfRegister", "\0"
+        END
+     END
+     BLOCK "VarFileInfo"
+     BEGIN
+         VALUE "Translation", 0x409, 1200
+     END
 END
-
-#endif    // APSTUDIO_INVOKED
-
-#endif    // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif    // not APSTUDIO_INVOKED
-