You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
4.0 KiB
Plaintext
117 lines
4.0 KiB
Plaintext
// Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
|
//
|
|
// This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
|
// you can redistribute it and/or modify it under the terms of the GNU General Public License
|
|
// version 2 as published by the Free Software Foundation. Threading Building Blocks is
|
|
// distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
// See the GNU General Public License for more details. You should have received a copy of
|
|
// the GNU General Public License along with Threading Building Blocks; if not, write to the
|
|
// Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
//
|
|
// As a special exception, you may use this file as part of a free software library without
|
|
// restriction. Specifically, if other files instantiate templates or use macros or inline
|
|
// functions from this file, or you compile this file and link it with other files to produce
|
|
// an executable, this file does not by itself cause the resulting executable to be covered
|
|
// by the GNU General Public License. This exception does not however invalidate any other
|
|
// reasons why the executable file might be covered by the GNU General Public License.
|
|
|
|
// Microsoft Visual C++ generated resource script.
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1001
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include <winresrc.h>
|
|
#define ENDL "\r\n"
|
|
#include "tbb_version.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Neutral resources
|
|
|
|
//#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// manifest integration
|
|
#ifdef TBB_MANIFEST
|
|
#include "winuser.h"
|
|
2 RT_MANIFEST tbbmanifest.exe.manifest
|
|
#endif
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION TBB_VERNUMBERS
|
|
PRODUCTVERSION TBB_VERNUMBERS
|
|
FILEFLAGSMASK 0x17L
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x40004L
|
|
FILETYPE 0x2L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "000004b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Intel Corporation\0"
|
|
VALUE "FileDescription", "Intel(R) Threading Building Blocks library\0"
|
|
VALUE "FileVersion", TBB_VERSION "\0"
|
|
VALUE "LegalCopyright", "Copyright 2005-2014 Intel Corporation. All Rights Reserved.\0"
|
|
VALUE "LegalTrademarks", "\0"
|
|
#ifndef TBB_USE_DEBUG
|
|
VALUE "OriginalFilename", "tbb.dll\0"
|
|
#else
|
|
VALUE "OriginalFilename", "tbb_debug.dll\0"
|
|
#endif
|
|
VALUE "ProductName", "Intel(R) Threading Building Blocks for Windows\0"
|
|
VALUE "ProductVersion", TBB_VERSION "\0"
|
|
VALUE "PrivateBuild", "\0"
|
|
VALUE "SpecialBuild", "\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x0, 1200
|
|
END
|
|
END
|
|
|
|
//#endif // Neutral resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|