| Index: plugins/plugin_version.rc
|
| diff --git a/plugins/plugin_version.rc b/plugins/plugin_version.rc
|
| deleted file mode 100644
|
| index 4970160b5681403c63cea06b15bfc748bd5e4b1a..0000000000000000000000000000000000000000
|
| --- a/plugins/plugin_version.rc
|
| +++ /dev/null
|
| @@ -1,85 +0,0 @@
|
| -// Copyright 2007 Google Inc.
|
| -//
|
| -// Licensed under the Apache License, Version 2.0 (the "License");
|
| -// you may not use this file except in compliance with the License.
|
| -// You may obtain a copy of the License at
|
| -//
|
| -// http://www.apache.org/licenses/LICENSE-2.0
|
| -//
|
| -// Unless required by applicable law or agreed to in writing, software
|
| -// distributed under the License is distributed on an "AS IS" BASIS,
|
| -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| -// See the License for the specific language governing permissions and
|
| -// limitations under the License.
|
| -// ========================================================================
|
| -//
|
| -// This file contains the unlocalized plugin version resources.
|
| -
|
| -#include <afxres.h>
|
| -
|
| -// The "040904e4" block (for codepage 1252 Ansi Latin) is required for
|
| -// the Netscape Plugin stuff to see the MIMETYPE value in the resource block.
|
| -
|
| -// TODO(omaha): FileDescription is what shows up in "about:plugins" for
|
| -// Mozilla. Format the description to include the url of the project.
|
| -// Update: July 2010. I'm not sure why this comment requests the URL. We should
|
| -// include the version, though, since that is used by version-checking websites.
|
| -
|
| -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
| -
|
| -VS_VERSION_INFO VERSIONINFO
|
| -// Resource Editor does not handle constants from main.scons.
|
| -#ifndef APSTUDIO_INVOKED
|
| - FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_PATCH
|
| - PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_PATCH
|
| -#endif // APSTUDIO_INVOKED
|
| - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
| -#if defined _DEBUG && OFFICIAL_BUILD
|
| - FILEFLAGS VS_FF_DEBUG
|
| -#elif defined _DEBUG
|
| - FILEFLAGS VS_FF_DEBUG | VS_FF_PRIVATEBUILD
|
| -#elif !OFFICIAL_BUILD
|
| - FILEFLAGS VS_FF_PRIVATEBUILD
|
| -#else
|
| - FILEFLAGS 0x0L
|
| -#endif
|
| - FILEOS VOS_NT_WINDOWS32
|
| - FILETYPE VFT_DLL
|
| - FILESUBTYPE VFT2_UNKNOWN
|
| -BEGIN
|
| - BLOCK "StringFileInfo"
|
| - BEGIN
|
| - BLOCK "040904e4"
|
| - BEGIN
|
| -// Requires constants from mains.scons that cannot be loaded in Resource Editor.
|
| -#ifndef APSTUDIO_INVOKED
|
| - VALUE "CompanyName", FULL_COMPANY_NAME_ANSI
|
| - VALUE "FileDescription", OMAHA_APP_NAME_ANSI
|
| - VALUE "FileVersion", VERSION_NUMBER_STRING
|
| - VALUE "InternalName", OMAHA_APP_NAME_ANSI
|
| - VALUE "LegalCopyright", OMAHA_COPYRIGHT_STRING_ENGLISH
|
| - VALUE "OriginalFilename", PLUGIN_FILENAME
|
| - VALUE "ProductName", OMAHA_APP_NAME_ANSI
|
| - VALUE "ProductVersion", VERSION_NUMBER_STRING
|
| - #ifdef _DEBUG
|
| - VALUE "Debug", ""
|
| - #endif
|
| - #if !OFFICIAL_BUILD
|
| - VALUE "PrivateBuild", BUILD_NUMBER
|
| - #endif
|
| -
|
| - #ifdef MERGED_MIME_TYPE
|
| - VALUE "MIMEType", MERGED_MIME_TYPE
|
| - #endif
|
| -#else
|
| - VALUE "_SpecialView",
|
| - "Most values are not shown in Resource Editor because they "
|
| - "require build file constants."
|
| -#endif // APSTUDIO_INVOKED
|
| - END
|
| - END
|
| - BLOCK "VarFileInfo"
|
| - BEGIN
|
| - VALUE "Translation", 0x409, 1252
|
| - END
|
| -END
|
|
|