hxcolor.rc2
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:5k
源码类别:

Symbian

开发平台:

Visual C++

  1. // 
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Source last modified: $Id: hxcolor.rc2,v 1.1.1.1.50.1 2004/07/09 02:00:15 hubbe Exp $
  4.  * 
  5.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  6.  * 
  7.  * The contents of this file, and the files included with this file,
  8.  * are subject to the current version of the RealNetworks Public
  9.  * Source License (the "RPSL") available at
  10.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  11.  * the file under the current version of the RealNetworks Community
  12.  * Source License (the "RCSL") available at
  13.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  14.  * will apply. You may also obtain the license terms directly from
  15.  * RealNetworks.  You may not use this file except in compliance with
  16.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  17.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  18.  * the rights, obligations and limitations governing use of the
  19.  * contents of the file.
  20.  * 
  21.  * Alternatively, the contents of this file may be used under the
  22.  * terms of the GNU General Public License Version 2 or later (the
  23.  * "GPL") in which case the provisions of the GPL are applicable
  24.  * instead of those above. If you wish to allow use of your version of
  25.  * this file only under the terms of the GPL, and not to allow others
  26.  * to use your version of this file under the terms of either the RPSL
  27.  * or RCSL, indicate your decision by deleting the provisions above
  28.  * and replace them with the notice and other provisions required by
  29.  * the GPL. If you do not delete the provisions above, a recipient may
  30.  * use your version of this file under the terms of any one of the
  31.  * RPSL, the RCSL or the GPL.
  32.  * 
  33.  * This file is part of the Helix DNA Technology. RealNetworks is the
  34.  * developer of the Original Code and owns the copyrights in the
  35.  * portions it created.
  36.  * 
  37.  * This file, and the files included with this file, is distributed
  38.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  39.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  40.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  41.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  42.  * ENJOYMENT OR NON-INFRINGEMENT.
  43.  * 
  44.  * Technology Compatibility Kit Test Suite(s) Location:
  45.  *    http://www.helixcommunity.org/content/tck
  46.  * 
  47.  * Contributor(s):
  48.  * 
  49.  * ***** END LICENSE BLOCK ***** */
  50. //
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // hxcolor.RC2
  54. //
  55. // Resources Microsoft Visual C++ does not edit directly
  56. //
  57. // $Id: hxcolor.rc2,v 1.1.1.1.50.1 2004/07/09 02:00:15 hubbe Exp $
  58. //
  59. //
  60. #ifdef APSTUDIO_INVOKED
  61. #error this file is not editable by Microsoft Visual C++
  62. #endif //APSTUDIO_INVOKED
  63. /////////////////////////////////////////////////////////////////////////////
  64. // Add manually edited resources here...
  65. /////////////////////////////////////////////////////////////////////////////
  66. // Version stamp for this deliverable
  67. #ifdef WIN32
  68. #include <winver.h>      // Defines for 32bit windows version resources
  69. #else
  70. #include <ver.h>        // Defines for 16bit windows version resources
  71. #endif
  72. #include "hxver.h"        // Defines for standard deliverables
  73. #include "colorcvt.ver"     // Defines for this deliverable created by GETFILES
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // Version
  77. //
  78. VS_VERSION_INFO         VERSIONINFO
  79.     FILEVERSION         TARVER_LIST_VERSION
  80.     PRODUCTVERSION      TARVER_LIST_VERSION
  81.     FILEFLAGSMASK       VS_FFI_FILEFLAGSMASK
  82. #ifdef _DEBUG
  83.     FILEFLAGS           VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  84. #else
  85.     FILEFLAGS           0 // final version
  86. #endif
  87.     FILEOS              VER_FILEOS
  88.     FILETYPE            0   // not needed
  89.     FILESUBTYPE         0   // not needed
  90. BEGIN
  91.     BLOCK "StringFileInfo"
  92.     BEGIN
  93.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  94.         BEGIN 
  95.             VALUE "FileDescription", "Color Conversion Library"
  96.             VALUE "InternalName",    "hxcolor"
  97.             VALUE "OriginalFilename","hxco3260.DLL"
  98.             VALUE "ProductName",     "Color Conversion Library (32-bit) "
  99.             VALUE "FileVersion",     TARVER_STRING_VERSION
  100.             VALUE "ProductVersion",  TARVER_STRING_VERSION
  101.             VALUE "CompanyName",     HXVER_COMPANY
  102.             VALUE "LegalCopyright",  HXVER_COPYRIGHT
  103.             VALUE "LegalTrademarks", HXVER_TRADEMARKS
  104.         END
  105.     END
  106.     BLOCK "VarFileInfo" 
  107.     BEGIN 
  108.         VALUE "Translation", 0x409, 1252
  109.             // English language (0x409) and the Windows ANSI codepage (1252)
  110.     END
  111. END
  112. /////////////////////////////////////////////////////////////////////////////