diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-26 16:26:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-26 16:26:13 +0000 |
commit | a1221fffaff706fc9dd8725fb9317a5ea5baeead (patch) | |
tree | 1f39a2144c16ec1eed80cac10e720855f4080241 /Build/source/libs/unzip/windll | |
parent | 75f5177b07143ba69356cd65e543f60d8d227358 (diff) |
remove rc files that did not come with the original distributions, since Akira does not use them
git-svn-id: svn://tug.org/texlive/trunk@5922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/unzip/windll')
-rw-r--r-- | Build/source/libs/unzip/windll/windll.rc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/Build/source/libs/unzip/windll/windll.rc b/Build/source/libs/unzip/windll/windll.rc deleted file mode 100644 index 4e9218ff022..00000000000 --- a/Build/source/libs/unzip/windll/windll.rc +++ /dev/null @@ -1,40 +0,0 @@ -#include <windows.h> -#if (defined(WIN32) && !defined(__EMX__) && !defined(__MINGW32__)) -#include <winver.h> -#endif -#include "../windll/unzver.h" - -VS_VERSION_INFO VERSIONINFO -FILEVERSION 1,1,0,0 -PRODUCTVERSION 3,0,0,0 -FILEFLAGSMASK 0x3L -FILEOS VOS__WINDOWS32 -FILETYPE VFT_DLL -BEGIN - BLOCK "StringFileInfo" - BEGIN -#ifdef _UNICODE - BLOCK "040904B0" -#else - BLOCK "040904E4" -#endif - BEGIN - VALUE "CompanyName", COMPANY_NAME - VALUE "FileDescription", "Info-ZIP's UnZip DLL for Win32\0" - VALUE "FileVersion", UNZ_DLL_VERSION - VALUE "InternalName", "UnZip32\0" - VALUE "LegalCopyright", "Info-ZIP 1996-2000\0" - VALUE "OriginalFilename", "UNZIP32.DLL\0" - VALUE "ProductName", "Info-ZIP's UnZip Windows DLL\0" - VALUE "ProductVersion", UNZ_DLL_VERSION - END - END - BLOCK "VarFileInfo" - BEGIN -#ifdef _UNICODE - VALUE "Translation", 0x409, 1200 -#else - VALUE "Translation", 0x409, 1252 -#endif - END -END |