You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.3 KiB
78 lines
2.3 KiB
/******************************************************************************\
|
|
*
|
|
* $Workfile: FRAMEBUF.RC $
|
|
*
|
|
* Contents:
|
|
* Resource file for frame buffer display driver.
|
|
*
|
|
* Copyright (c) 1996 Cirrus Logic, Inc.
|
|
*
|
|
* $Log: X:/log/laguna/nt35/displays/cl546x/FRAMEBUF.RC $
|
|
|
|
Rev 1.7 Mar 19 1998 11:36:42 frido
|
|
Updated copyright.
|
|
|
|
Rev 1.6 14 Aug 1997 14:46:42 noelv
|
|
|
|
changed the way the version is reported
|
|
|
|
Rev 1.5 06 May 1997 12:56:12 noelv
|
|
Updated copyright
|
|
|
|
Rev 1.4 20 Aug 1996 11:05:32 noelv
|
|
Bugfix release from Frido 8-19-96
|
|
*
|
|
* Rev 1.1 15 Aug 1996 11:02:04 frido
|
|
* Undefined some defines that are being overridden.
|
|
*
|
|
\******************************************************************************/
|
|
|
|
#include "windows.h"
|
|
|
|
1 RCDATA
|
|
BEGIN
|
|
// Machine dependent parameters
|
|
17, // Height of vertical thumb
|
|
17, // Width of horizontal thumb
|
|
2, // Icon horiz compression factor
|
|
2, // Icon vert compression factor
|
|
1, // Cursor horz compression factor
|
|
1, // Cursor vert compression factor
|
|
0, // Kanji window height
|
|
1, // cxBorder (thickness of vertical lines)
|
|
1 // cyBorder (thickness of horizontal lines)
|
|
END
|
|
|
|
#include <ntverp.h>
|
|
|
|
//
|
|
// Get defines for "NT_VER_xxxx"
|
|
//
|
|
//#include "..\include\version.h"
|
|
|
|
//#undef VER_COMPANYNAME_STR
|
|
#undef VER_PRODUCTNAME_STR
|
|
//#undef VER_PRODUCTVERSION_STR
|
|
|
|
//#define VER_COMPANYNAME_STR "Cirrus Logic, Inc."
|
|
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Cirrus Logic, Inc. 1992-1998"
|
|
#define VER_PRODUCTNAME_STR "Laguna VisualMedia(TM) Accelerator - CL-GD5462/64"
|
|
#define VER_FILEDESCRIPTION_STR "CL-GD5462/64 Display Driver"
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
|
|
|
|
// VERINFO.EXE number
|
|
//#define VER_FILEVERSION NT_VER_MAJOR, NT_VER_MINOR, NT_VER_BUILD, NT_VER_DRIVER
|
|
|
|
// File Properties "Product version" string
|
|
//#define VER_PRODUCTVERSION_STR CL_VER_STRING
|
|
|
|
// File Properties "File version" string
|
|
//#define VER_FILEVERSION_STR CL_VER_STRING
|
|
|
|
|
|
#define VER_INTERNALNAME_STR "CL546x.dll"
|
|
#define VER_ORIGINALFILENAME_STR "CL546x.dll"
|
|
|
|
#include "common.ver"
|