From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- modules/helptools/src/c/DllmainHelptools.c | 34 +++ modules/helptools/src/c/core_Import.def | 12 ++ modules/helptools/src/c/helptools.rc | 97 +++++++++ modules/helptools/src/c/helptools.vcxproj | 251 ++++++++++++++++++++++ modules/helptools/src/c/helptools.vcxproj.filters | 72 +++++++ 5 files changed, 466 insertions(+) create mode 100755 modules/helptools/src/c/DllmainHelptools.c create mode 100755 modules/helptools/src/c/core_Import.def create mode 100755 modules/helptools/src/c/helptools.rc create mode 100755 modules/helptools/src/c/helptools.vcxproj create mode 100755 modules/helptools/src/c/helptools.vcxproj.filters (limited to 'modules/helptools/src/c') diff --git a/modules/helptools/src/c/DllmainHelptools.c b/modules/helptools/src/c/DllmainHelptools.c new file mode 100755 index 000000000..d9be56903 --- /dev/null +++ b/modules/helptools/src/c/DllmainHelptools.c @@ -0,0 +1,34 @@ +/* + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) INRIA - 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/helptools/src/c/core_Import.def b/modules/helptools/src/c/core_Import.def new file mode 100755 index 000000000..acb2b9d65 --- /dev/null +++ b/modules/helptools/src/c/core_Import.def @@ -0,0 +1,12 @@ +LIBRARY core.dll + + +EXPORTS + +; core +callFunctionFromGateway +getScilabMode +com_ +getSCIpath +MyHeapAlloc +MyHeapFree diff --git a/modules/helptools/src/c/helptools.rc b/modules/helptools/src/c/helptools.rc new file mode 100755 index 000000000..191b49537 --- /dev/null +++ b/modules/helptools/src/c/helptools.rc @@ -0,0 +1,97 @@ +// 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 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040c04b0" + BEGIN + VALUE "CompanyName", "Scilab" + VALUE "FileDescription", "helptools module" + VALUE "FileVersion", "5, 5, 2, 0" + VALUE "InternalName", "helptools" + VALUE "LegalCopyright", "Copyright (C) 2017" + VALUE "OriginalFilename", "helptools.rc" + VALUE "ProductName", " helptools" + 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/helptools/src/c/helptools.vcxproj b/modules/helptools/src/c/helptools.vcxproj new file mode 100755 index 000000000..d6f05dee6 --- /dev/null +++ b/modules/helptools/src/c/helptools.vcxproj @@ -0,0 +1,251 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BED4A0F2-5129-487F-9F94-EC09480F04D7} + helptools + 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 + .;../jni;../../../../java/jdk/include;../../../../java/jdk/include/win32;../../includes;../../../core/includes;../../../graphics/includes;../../../graphic_export/includes;../../../graphics/src/c/getHandleProperty;../../../renderer/src/cpp;../../../renderer/src/jni;../../../localization/includes;../../../jvm/includes;../../../output_stream/includes;../../../dynamic_link/includes;../../../../libs/intl;../../../string/includes;../../../windows_tools/includes;../../../renderer/includes;../../../api_scilab/includes;../../../commons/src/jni;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;HELPTOOLS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + 4251;%(DisableSpecificWarnings) + + + Make dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL + + + + core.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + true + Windows + $(SolutionDir)bin\$(ProjectName).lib + MachineX86 + true + false + + + + + X64 + + + Disabled + .;../jni;../../../../java/jdk/include;../../../../java/jdk/include/win32;../../includes;../../../core/includes;../../../graphics/includes;../../../graphic_export/includes;../../../graphics/src/c/getHandleProperty;../../../renderer/src/cpp;../../../renderer/src/jni;../../../localization/includes;../../../jvm/includes;../../../output_stream/includes;../../../dynamic_link/includes;../../../../libs/intl;../../../string/includes;../../../windows_tools/includes;../../../renderer/includes;../../../api_scilab/includes;../../../commons/src/jni;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;_DEBUG;_WINDOWS;_USRDLL;HELPTOOLS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + 4251;%(DisableSpecificWarnings) + + + Make dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL + + + + core.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + true + Windows + $(SolutionDir)bin\$(ProjectName).lib + MachineX64 + true + false + + + + + Speed + false + .;../jni;../../../../java/jdk/include;../../../../java/jdk/include/win32;../../includes;../../../core/includes;../../../graphics/includes;../../../graphic_export/includes;../../../graphics/src/c/getHandleProperty;../../../renderer/src/cpp;../../../renderer/src/jni;../../../localization/includes;../../../jvm/includes;../../../output_stream/includes;../../../dynamic_link/includes;../../../../libs/intl;../../../string/includes;../../../windows_tools/includes;../../../renderer/includes;../../../api_scilab/includes;../../../commons/src/jni;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;HELPTOOLS_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + Level3 + true + 4251;%(DisableSpecificWarnings) + + + Make dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL + + + + core.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + false + Windows + true + true + $(SolutionDir)bin\$(ProjectName).lib + MachineX86 + true + false + + + + + X64 + + + Speed + false + .;../jni;../../../../java/jdk/include;../../../../java/jdk/include/win32;../../includes;../../../core/includes;../../../graphics/includes;../../../graphic_export/includes;../../../graphics/src/c/getHandleProperty;../../../renderer/src/cpp;../../../renderer/src/jni;../../../localization/includes;../../../jvm/includes;../../../output_stream/includes;../../../dynamic_link/includes;../../../../libs/intl;../../../string/includes;../../../windows_tools/includes;../../../renderer/includes;../../../api_scilab/includes;../../../commons/src/jni;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;FORDLL;NDEBUG;_WINDOWS;_USRDLL;HELPTOOLS_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + Level3 + true + 4251;%(DisableSpecificWarnings) + + + Make dependencies + lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:$(Platform) /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL + + + + core.lib;%(AdditionalDependencies) + $(SolutionDir)bin\$(ProjectName).dll + false + Windows + true + true + $(SolutionDir)bin\$(ProjectName).lib + MachineX64 + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + {3170e4c2-1173-4264-a222-7ee8ccb3ddf7} + false + + + {43c5bab1-1dca-4743-a183-77e0d42fe7d0} + false + + + {eca09a1e-6d12-4a47-92e1-a671c181df77} + + + {8ba2dda8-bd04-4d4d-8ee6-6caa955f7470} + false + + + {ecffeb0c-1eda-45ee-9a10-b18143852e17} + false + + + {a5911cd7-f8e8-440c-a23e-4843a0636f3a} + false + + + {8028f371-6a94-4a26-8804-6e7f05f1d1aa} + false + + + + + + \ No newline at end of file diff --git a/modules/helptools/src/c/helptools.vcxproj.filters b/modules/helptools/src/c/helptools.vcxproj.filters new file mode 100755 index 000000000..a5846fde8 --- /dev/null +++ b/modules/helptools/src/c/helptools.vcxproj.filters @@ -0,0 +1,72 @@ + + + + + {0f3c557d-c407-474e-a9e5-eae1cfa2d865} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {b83281d9-a756-48bb-94e6-1d8dcb268b6e} + h;hpp;hxx;hm;inl + + + {88764958-4577-4396-aa75-b0b673009284} + + + {2bb2a1e4-3cd7-4173-9acf-4b982ed8102d} + + + {bf0f900d-aa11-44ac-93fe-c7db0fb5cc64} + + + {b1f5187c-a8c8-4fef-ad85-f32876b34f5f} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Libraries Dependencies\Imports + + + + + + localization + + + + + Resource Files + + + \ No newline at end of file -- cgit