From 3a7d00fd8b6461bfb8bdb0afc530fdda47e06987 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 9 May 2015 19:10:48 +0200 Subject: [PATCH] Native: OpenBLAS resources --- src/NativeProviders/OpenBLAS/resource.h | 14 +++ src/NativeProviders/OpenBLAS/resource.rc | 101 ++++++++++++++++++ .../Windows/OpenBLAS/OpenBLASWrapper.vcxproj | 3 +- .../OpenBLAS/OpenBLASWrapper.vcxproj.filters | 5 +- 4 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 src/NativeProviders/OpenBLAS/resource.h create mode 100644 src/NativeProviders/OpenBLAS/resource.rc diff --git a/src/NativeProviders/OpenBLAS/resource.h b/src/NativeProviders/OpenBLAS/resource.h new file mode 100644 index 00000000..27e2900c --- /dev/null +++ b/src/NativeProviders/OpenBLAS/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by resource.rc + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/src/NativeProviders/OpenBLAS/resource.rc b/src/NativeProviders/OpenBLAS/resource.rc new file mode 100644 index 00000000..340f58df --- /dev/null +++ b/src/NativeProviders/OpenBLAS/resource.rc @@ -0,0 +1,101 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "windows.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""windows.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,1,0,0 + PRODUCTVERSION 0,1,0,0 + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "http://numerics.mathdotnet.com/" + VALUE "CompanyName", "Math.NET" + VALUE "FileDescription", "MathNET Numerics OpenBLAS Native Provider" + VALUE "FileVersion", "0.1.0.0" + VALUE "InternalName", "Math.NET" + VALUE "LegalCopyright", "Copyright (C) Math.NET 2009-2015" + VALUE "OriginalFilename", "MathNet.Numerics.OpenBLAS" + VALUE "ProductName", "Math.NET Numerics" + VALUE "ProductVersion", "0.1.0.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj b/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj index 46523e0f..eb3db333 100644 --- a/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj +++ b/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj @@ -209,10 +209,11 @@ - + + diff --git a/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj.filters b/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj.filters index f3bab0ba..3a4caaa1 100644 --- a/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj.filters +++ b/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj.filters @@ -29,7 +29,7 @@ - + Resource Files @@ -37,5 +37,8 @@ Header Files + + Header Files + \ No newline at end of file