mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-27 04:43:02 +01:00
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
|
/*
|
||
|
* The contents of this file are subject to the Interbase Public
|
||
|
* License Version 1.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.Inprise.com/IPL.html
|
||
|
*
|
||
|
* Software distributed under the License is distributed on an
|
||
|
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
|
||
|
* or implied. See the License for the specific language governing
|
||
|
* rights and limitations under the License.
|
||
|
*
|
||
|
* The Original Code was created by Inprise Corporation
|
||
|
* and its predecessors. Portions created by Inprise Corporation are
|
||
|
* Copyright (C) Inprise Corporation.
|
||
|
*
|
||
|
* All Rights Reserved.
|
||
|
* Contributor(s): ______________________________________.
|
||
|
*/
|
||
|
#include <ver.h>
|
||
|
#include "../jrd/build_no.h"
|
||
|
|
||
|
|
||
|
VS_VERSION_INFO VERSIONINFO
|
||
|
FILEFLAGSMASK VS_FF_DEBUG | VS_FF_PRERELEASE
|
||
|
FILEFLAGS VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
|
||
|
FILEVERSION FILE_VER_NUMBER
|
||
|
PRODUCTVERSION FILE_VER_NUMBER
|
||
|
FILEOS VOS_DOS_WINDOWS16
|
||
|
|
||
|
FILETYPE VFT_APP
|
||
|
FILESUBTYPE VS_USER_DEFINED
|
||
|
|
||
|
BEGIN
|
||
|
BLOCK "StringFileInfo"
|
||
|
BEGIN
|
||
|
BLOCK "040904E4"
|
||
|
BEGIN
|
||
|
VALUE "CompanyName", "Borland International\0"
|
||
|
VALUE "FileDescription", "InterBase Server\0"
|
||
|
VALUE "FileVersion", FILE_VER_STRING
|
||
|
VALUE "InternalName", "IBWC\0"
|
||
|
VALUE "LegalCopyright", "Copyright(c) Borland International. 1996\0"
|
||
|
VALUE "ProductName", "\0"
|
||
|
VALUE "ProductVersion", PRODUCT_VER_STRING
|
||
|
|
||
|
END
|
||
|
|
||
|
END
|
||
|
|
||
|
BLOCK "VarFileInfo"
|
||
|
BEGIN /* Language | Translation */
|
||
|
VALUE "Translation", 0x409, 1252 /* U.S. English, Windows Multilingual */
|
||
|
END
|
||
|
END
|