From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- modules/double/src/c/DllmainDouble.c | 33 ++ modules/double/src/c/core_Import.def | 10 + modules/double/src/c/double.rc | 96 ++++++ modules/double/src/c/double.vcxproj | 290 +++++++++++++++++ modules/double/src/c/double.vcxproj.filters | 48 +++ modules/double/src/c/double_f_Import.def | 28 ++ modules/double/src/fortran/Core_f_Import.def | 12 + .../src/fortran/Elementary_functions_Import.def | 9 + .../src/fortran/Elementary_functions_f_Import.def | 25 ++ .../double/src/fortran/Linear_algebra_Import.def | 10 + modules/double/src/fortran/Linpack_f_Import.def | 8 + .../double/src/fortran/Output_stream_Import.def | 9 + .../double/src/fortran/Polynomials_f_Import.def | 8 + modules/double/src/fortran/core_Import.def | 20 ++ modules/double/src/fortran/double_Import.def | 4 + modules/double/src/fortran/double_f.rc | 96 ++++++ modules/double/src/fortran/double_f.vfproj | 139 +++++++++ modules/double/src/fortran/double_f2c.vcxproj | 343 +++++++++++++++++++++ .../double/src/fortran/double_f2c.vcxproj.filters | 184 +++++++++++ 19 files changed, 1372 insertions(+) create mode 100755 modules/double/src/c/DllmainDouble.c create mode 100755 modules/double/src/c/core_Import.def create mode 100755 modules/double/src/c/double.rc create mode 100755 modules/double/src/c/double.vcxproj create mode 100755 modules/double/src/c/double.vcxproj.filters create mode 100755 modules/double/src/c/double_f_Import.def create mode 100755 modules/double/src/fortran/Core_f_Import.def create mode 100755 modules/double/src/fortran/Elementary_functions_Import.def create mode 100755 modules/double/src/fortran/Elementary_functions_f_Import.def create mode 100755 modules/double/src/fortran/Linear_algebra_Import.def create mode 100755 modules/double/src/fortran/Linpack_f_Import.def create mode 100755 modules/double/src/fortran/Output_stream_Import.def create mode 100755 modules/double/src/fortran/Polynomials_f_Import.def create mode 100755 modules/double/src/fortran/core_Import.def create mode 100755 modules/double/src/fortran/double_Import.def create mode 100755 modules/double/src/fortran/double_f.rc create mode 100755 modules/double/src/fortran/double_f.vfproj create mode 100755 modules/double/src/fortran/double_f2c.vcxproj create mode 100755 modules/double/src/fortran/double_f2c.vcxproj.filters (limited to 'modules/double/src') diff --git a/modules/double/src/c/DllmainDouble.c b/modules/double/src/c/DllmainDouble.c new file mode 100755 index 000000000..271042a6f --- /dev/null +++ b/modules/double/src/c/DllmainDouble.c @@ -0,0 +1,33 @@ +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2010 - DIGITEO - Allan CORNET + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + */ + +#include +/*--------------------------------------------------------------------------*/ +#pragma comment(lib,"../../../../bin/libintl.lib") +/*--------------------------------------------------------------------------*/ +int WINAPI DllMain (HINSTANCE hInstance , DWORD reason, PVOID pvReserved) +{ + switch (reason) + { + case DLL_PROCESS_ATTACH: + break; + case DLL_PROCESS_DETACH: + break; + case DLL_THREAD_ATTACH: + break; + case DLL_THREAD_DETACH: + break; + } + return 1; +} +/*--------------------------------------------------------------------------*/ + diff --git a/modules/double/src/c/core_Import.def b/modules/double/src/c/core_Import.def new file mode 100755 index 000000000..6b0be8ee2 --- /dev/null +++ b/modules/double/src/c/core_Import.def @@ -0,0 +1,10 @@ + LIBRARY core.dll + + +EXPORTS +; +;core +; +callFunctionFromGateway +com_ +iop_ diff --git a/modules/double/src/c/double.rc b/modules/double/src/c/double.rc new file mode 100755 index 000000000..4f231de67 --- /dev/null +++ b/modules/double/src/c/double.rc @@ -0,0 +1,96 @@ +// Microsoft Visual C++ generated resource script. +// + + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +//#include "afxres.h" +#define APSTUDIO_HIDDEN_SYMBOLS +#include "windows.h" +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// French (France) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) +#ifdef _WIN32 +LANGUAGE LANG_FRENCH, SUBLANG_FRENCH +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 5,5,2,0 + PRODUCTVERSION 5,5,2,0 + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040c04b0" + BEGIN + VALUE "FileDescription", "double module" + VALUE "FileVersion", "5, 5, 2, 0" + VALUE "InternalName", "double module" + VALUE "LegalCopyright", "Copyright (C) 2017" + VALUE "OriginalFilename", "double.dll" + VALUE "ProductName", "double module" + VALUE "ProductVersion", "5, 5, 2, 0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x40c, 1200 + END +END + +#endif // French (France) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/modules/double/src/c/double.vcxproj b/modules/double/src/c/double.vcxproj new file mode 100755 index 000000000..235118bc7 --- /dev/null +++ b/modules/double/src/c/double.vcxproj @@ -0,0 +1,290 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E61FEBA7-C98E-4C42-96CA-FC03F0DB26B2} + double + Win32Proj + + + + DynamicLibrary + MultiByte + false + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + false + v110 + + + DynamicLibrary + MultiByte + v110 + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + + + + Disabled + .;../../includes;../../../localization/includes;../../../api_scilab/includes;../../../core/includes;../../../output_stream/includes;../../../fileio/includes;../../../windows_tools/includes;../../../../libs/intl;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;DOUBLE_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName)_Export.def >nul +del *.def >nul +cd .. + + + + + + core.lib;double_f.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_Export.def + true + Windows + $(SolutionDir)bin\$(ProjectName).lib + MachineX86 + true + false + + + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double_f.lib" 1>NUL 2>NUL + + + + Make dependencies + + + + + X64 + + + Disabled + .;../../includes;../../../localization/includes;../../../api_scilab/includes;../../../core/includes;../../../output_stream/includes;../../../fileio/includes;../../../windows_tools/includes;../../../../libs/intl;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;DOUBLE_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName)_Export.def >nul +del *.def >nul +cd .. + + + + + + core.lib;double_f.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_Export.def + true + Windows + $(SolutionDir)bin\$(ProjectName).lib + MachineX64 + true + false + + + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double_f.lib" 1>NUL 2>NUL + + + + Make dependencies + + + + + Speed + false + .;../../includes;../../../localization/includes;../../../api_scilab/includes;../../../core/includes;../../../output_stream/includes;../../../fileio/includes;../../../windows_tools/includes;../../../../libs/intl;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;DOUBLE_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + Level3 + true + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName)_Export.def >nul +del *.def >nul +cd .. + + + + + + core.lib;double_f.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_Export.def + false + Windows + true + true + $(SolutionDir)bin\$(ProjectName).lib + MachineX86 + true + false + + + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double_f.lib" 1>NUL 2>NUL + + + + Make dependencies + + + + + X64 + + + Speed + false + .;../../includes;../../../localization/includes;../../../api_scilab/includes;../../../core/includes;../../../output_stream/includes;../../../fileio/includes;../../../windows_tools/includes;../../../../libs/intl;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;DOUBLE_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + Level3 + true + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName)_Export.def >nul +del *.def >nul +cd .. + + + + + + core.lib;double_f.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_Export.def + false + Windows + true + true + $(SolutionDir)bin\$(ProjectName).lib + MachineX64 + true + false + + + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double_f.lib" 1>NUL 2>NUL + + + + Make dependencies + + + + + + + + + + + + + + + + + + {3170e4c2-1173-4264-a222-7ee8ccb3ddf7} + false + + + {8ab8ecec-8c22-475e-80d0-e14696f5a19b} + false + + + + + + \ No newline at end of file diff --git a/modules/double/src/c/double.vcxproj.filters b/modules/double/src/c/double.vcxproj.filters new file mode 100755 index 000000000..4d0eace19 --- /dev/null +++ b/modules/double/src/c/double.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {316cf092-c9f0-4f99-aa64-5af157e8a83a} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {fad3c022-86be-4857-bc9f-2e4fe5fd2edd} + h;hpp;hxx;hm;inl + + + {45724d66-e3b1-47ea-b55e-0fa57a0ea7ad} + + + {904af939-3d69-42ed-b307-5e579251f2ab} + + + {7998bc74-53d6-4722-9039-a752fdd160f4} + + + {69c4e4c0-be86-4904-a307-5fe29873d391} + + + + + Source Files + + + Source Files + + + + + Libraries Dependencies\Imports + + + Libraries Dependencies\Imports + + + + + + + Resource Files + + + \ No newline at end of file diff --git a/modules/double/src/c/double_f_Import.def b/modules/double/src/c/double_f_Import.def new file mode 100755 index 000000000..9b88c226d --- /dev/null +++ b/modules/double/src/c/double_f_Import.def @@ -0,0 +1,28 @@ + LIBRARY double_f.dll + + +EXPORTS +; +;double_f +; +mattrc_ +matcmp_ +matldiv_ +matrdiv_ +matmult_ +matsubt_ +matchsgn_ +matadd_ +vecimpl_ +matcc_ +matext2_ +matext1_ +matins2_ +matins1_ +matrc_ +vecldiv_ +vecrdiv_ +vecmul_ +matxpow_ +mattr_ +matpow_ diff --git a/modules/double/src/fortran/Core_f_Import.def b/modules/double/src/fortran/Core_f_Import.def new file mode 100755 index 000000000..c070dd4ed --- /dev/null +++ b/modules/double/src/fortran/Core_f_Import.def @@ -0,0 +1,12 @@ + LIBRARY core_f.dll + + +EXPORTS +; +;core_f +; +indxg_ +indxgc_ +cvname_ +isany_ +setref_ diff --git a/modules/double/src/fortran/Elementary_functions_Import.def b/modules/double/src/fortran/Elementary_functions_Import.def new file mode 100755 index 000000000..f6acb2650 --- /dev/null +++ b/modules/double/src/fortran/Elementary_functions_Import.def @@ -0,0 +1,9 @@ + LIBRARY elementary_functions.dll + + +EXPORTS +; +;elementary_functions +; +unsfdcopy_ +idcmp_ \ No newline at end of file diff --git a/modules/double/src/fortran/Elementary_functions_f_Import.def b/modules/double/src/fortran/Elementary_functions_f_Import.def new file mode 100755 index 000000000..e339f5613 --- /dev/null +++ b/modules/double/src/fortran/Elementary_functions_f_Import.def @@ -0,0 +1,25 @@ + LIBRARY elementary_functions_f.dll + + +EXPORTS +; +;elementary_functions_f +; +dadd_ +ddif_ +ddpow1_ +ddrdiv_ +dipowe_ +dmcopy_ +dset_ +dvmul_ +dwpow1_ +dwrdiv_ +mtran_ +wdpow1_ +wdrdiv_ +wmmul_ +wscal_ +wvmul_ +wwpow1_ +wwrdiv_ diff --git a/modules/double/src/fortran/Linear_algebra_Import.def b/modules/double/src/fortran/Linear_algebra_Import.def new file mode 100755 index 000000000..08d944a74 --- /dev/null +++ b/modules/double/src/fortran/Linear_algebra_Import.def @@ -0,0 +1,10 @@ + LIBRARY linear_algebra.dll + + +EXPORTS +; +;linear_algebra +; +intinv_ +intbackslash_ +intslash_ \ No newline at end of file diff --git a/modules/double/src/fortran/Linpack_f_Import.def b/modules/double/src/fortran/Linpack_f_Import.def new file mode 100755 index 000000000..283c35902 --- /dev/null +++ b/modules/double/src/fortran/Linpack_f_Import.def @@ -0,0 +1,8 @@ + LIBRARY linpack_f.dll + + +EXPORTS +; +;linpack_f +; +icopy_ \ No newline at end of file diff --git a/modules/double/src/fortran/Output_stream_Import.def b/modules/double/src/fortran/Output_stream_Import.def new file mode 100755 index 000000000..7201fd6d7 --- /dev/null +++ b/modules/double/src/fortran/Output_stream_Import.def @@ -0,0 +1,9 @@ + LIBRARY output_stream.dll + + +EXPORTS +; +;output_stream +; +error_ +msgs_ \ No newline at end of file diff --git a/modules/double/src/fortran/Polynomials_f_Import.def b/modules/double/src/fortran/Polynomials_f_Import.def new file mode 100755 index 000000000..783ae0a2a --- /dev/null +++ b/modules/double/src/fortran/Polynomials_f_Import.def @@ -0,0 +1,8 @@ + LIBRARY polynomials_f.dll + + +EXPORTS +; +;polynomials_f +; +polops_ \ No newline at end of file diff --git a/modules/double/src/fortran/core_Import.def b/modules/double/src/fortran/core_Import.def new file mode 100755 index 000000000..1df861583 --- /dev/null +++ b/modules/double/src/fortran/core_Import.def @@ -0,0 +1,20 @@ + LIBRARY core.dll + + +EXPORTS +; +;core +; +adre_ +intersci_ +iop_ +recu_ +stack_ +vstk_ +com_ +cha1_ +mtlbc_ +errgst_ +cremat_ +isanan_ +putlhsvar_ diff --git a/modules/double/src/fortran/double_Import.def b/modules/double/src/fortran/double_Import.def new file mode 100755 index 000000000..70c59dfc6 --- /dev/null +++ b/modules/double/src/fortran/double_Import.def @@ -0,0 +1,4 @@ +LIBRARY double.dll + + +EXPORTS diff --git a/modules/double/src/fortran/double_f.rc b/modules/double/src/fortran/double_f.rc new file mode 100755 index 000000000..491a53ddb --- /dev/null +++ b/modules/double/src/fortran/double_f.rc @@ -0,0 +1,96 @@ +// Microsoft Visual C++ generated resource script. +// + + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +//#include "afxres.h" +#define APSTUDIO_HIDDEN_SYMBOLS +#include "windows.h" +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// French (France) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) +#ifdef _WIN32 +LANGUAGE LANG_FRENCH, SUBLANG_FRENCH +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 5,5,2,0 + PRODUCTVERSION 5,5,2,0 + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040c04b0" + BEGIN + VALUE "FileDescription", "double_f module" + VALUE "FileVersion", "5, 5, 2, 0" + VALUE "InternalName", "double_f module" + VALUE "LegalCopyright", "Copyright (C) 2017" + VALUE "OriginalFilename", "double_f.dll" + VALUE "ProductName", "double_f module" + VALUE "ProductVersion", "5, 5, 2, 0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x40c, 1200 + END +END + +#endif // French (France) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/modules/double/src/fortran/double_f.vfproj b/modules/double/src/fortran/double_f.vfproj new file mode 100755 index 000000000..a41220dea --- /dev/null +++ b/modules/double/src/fortran/double_f.vfproj @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/double/src/fortran/double_f2c.vcxproj b/modules/double/src/fortran/double_f2c.vcxproj new file mode 100755 index 000000000..74470b886 --- /dev/null +++ b/modules/double/src/fortran/double_f2c.vcxproj @@ -0,0 +1,343 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + double_f + {97B3664E-1186-400A-AEC0-AC3F23087689} + double_f2c + Win32Proj + + + + DynamicLibrary + Unicode + true + v110 + + + DynamicLibrary + Unicode + v110 + + + DynamicLibrary + Unicode + true + v110 + + + DynamicLibrary + Unicode + v110 + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + true + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + true + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + $(SolutionDir)bin\ + $(ProjectDir)$(Configuration)\ + false + + + + Build Dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linear_algebra_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linear_algebra.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)core_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core_f.lib" 1>NUL 2>NUL + + + + Disabled + ../../../../libs/f2c;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;DOUBLE_F2C_EXPORTS;FORDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName).def >nul +del *.def >nul +cd .. + + + + ../../../../bin/blasplus.lib;../../../../bin/lapack.lib;core.lib;elementary_functions.lib;linear_algebra.lib;output_stream.lib;polynomials_f.lib;linpack_f.lib;elementary_functions_f.lib;core_f.lib;../../../../bin/libf2c.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_f.def + true + Windows + $(SolutionDir)bin\$(ProjectName).lib + MachineX86 + false + Default + + + + + Build Dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linear_algebra_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linear_algebra.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)core_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core_f.lib" 1>NUL 2>NUL + + + + X64 + + + Disabled + ../../../../libs/f2c;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;DOUBLE_F2C_EXPORTS;FORDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName).def >nul +del *.def >nul +cd .. + + + + ../../../../bin/blasplus.lib;../../../../bin/lapack.lib;core.lib;elementary_functions.lib;linear_algebra.lib;output_stream.lib;polynomials_f.lib;linpack_f.lib;elementary_functions_f.lib;core_f.lib;../../../../bin/libf2c.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_f.def + true + Windows + $(SolutionDir)bin\$(ProjectName).lib + MachineX64 + false + Default + + + + + Build Dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linear_algebra_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linear_algebra.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)core_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core_f.lib" 1>NUL 2>NUL + + + + false + ../../../../libs/f2c;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;DOUBLE_F2C_EXPORTS;FORDLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + true + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName).def >nul +del *.def >nul +cd .. + + + + ../../../../bin/blasplus.lib;../../../../bin/lapack.lib;core.lib;elementary_functions.lib;linear_algebra.lib;output_stream.lib;polynomials_f.lib;linpack_f.lib;elementary_functions_f.lib;core_f.lib;../../../../bin/libf2c.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_f.def + true + Windows + true + true + $(SolutionDir)bin\$(ProjectName).lib + MachineX86 + false + Default + + + + + Build Dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linear_algebra_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linear_algebra.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL +lib /DEF:"$(ProjectDir)core_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core_f.lib" 1>NUL 2>NUL + + + + X64 + + + false + ../../../../libs/f2c;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;DOUBLE_F2C_EXPORTS;FORDLL;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + true + + + Build $(ProjectName).def + setlocal EnableDelayedExpansion +cd $(ConfigurationName) +set LIST_OBJ= +for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f +"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ% +copy $(ProjectName).def ..\$(ProjectName).def >nul +del *.def >nul +cd .. + + + + ../../../../bin/blasplus.lib;../../../../bin/lapack.lib;core.lib;elementary_functions.lib;linear_algebra.lib;output_stream.lib;polynomials_f.lib;linpack_f.lib;elementary_functions_f.lib;core_f.lib;../../../../bin/libf2c.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + double_f.def + true + Windows + true + true + $(SolutionDir)bin\$(ProjectName).lib + MachineX64 + false + Default + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {3170e4c2-1173-4264-a222-7ee8ccb3ddf7} + false + + + + + + + \ No newline at end of file diff --git a/modules/double/src/fortran/double_f2c.vcxproj.filters b/modules/double/src/fortran/double_f2c.vcxproj.filters new file mode 100755 index 000000000..eb8cdff7c --- /dev/null +++ b/modules/double/src/fortran/double_f2c.vcxproj.filters @@ -0,0 +1,184 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + {4f017134-4f47-43ec-9c1a-a60a19efc4c2} + + + {64a9d246-1353-4174-ab5b-058a68495a10} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + Fortran files + + + + + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + Libraries Dependencies + + + \ No newline at end of file -- cgit