some more changes which are required
This commit was SVN r3473.
Этот коммит содержится в:
родитель
c6740bb294
Коммит
fe98e6e0ed
@ -18,11 +18,13 @@
|
|||||||
#define OMPI_COMP_EXPORT __declspec(dllexport)
|
#define OMPI_COMP_EXPORT __declspec(dllexport)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WIN32) && defined(OMPI_BUILDING)
|
#if defined(WIN32)
|
||||||
|
#if defined(OMPI_BUILDING) && OMPI_BUILDING
|
||||||
#define OMPI_DECLSPEC __declspec(dllexport)
|
#define OMPI_DECLSPEC __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define OMPI_DECLSPEC __declspec(dllimport)
|
#define OMPI_DECLSPEC __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef OMPI_DECLSPEC
|
#ifndef OMPI_DECLSPEC
|
||||||
#define OMPI_DECLSPEC
|
#define OMPI_DECLSPEC
|
||||||
@ -37,7 +39,7 @@
|
|||||||
* constants. OMPI_NEED_C_BOOL will be true if the compiler either
|
* constants. OMPI_NEED_C_BOOL will be true if the compiler either
|
||||||
* needs <stdbool.h> or doesn't define the bool type at all.
|
* needs <stdbool.h> or doesn't define the bool type at all.
|
||||||
*/
|
*/
|
||||||
#ifndef __cplusplus && defined(OMPI_BUILDING) && OMPI_BUILDING
|
#if !defined(__cplusplus) && defined(OMPI_BUILDING)
|
||||||
# if OMPI_NEED_C_BOOL
|
# if OMPI_NEED_C_BOOL
|
||||||
# if OMPI_USE_STDBOOL_H
|
# if OMPI_USE_STDBOOL_H
|
||||||
/* If we're using <stdbool.h>, there is an implicit
|
/* If we're using <stdbool.h>, there is an implicit
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalOptions="/I"../generated_include" /I"../../src/win32/generated_include" /I"../../include" /I"../../src" /I"../../src/event/compat/" /I"../../src/event/WIN32-Code" /D"__i386__" /D"HAVE_CONFIG_H" /DOMPI_PKGDATADIR="\"C:/cygwin/ompi-new/vcproj/ompi/Debug\"" /DOMPI_PKGLIBDIR="\"C:/cygwin/ompi-new/vcpro/ompi/Debug\"" /DOMPI_SYSCONFDIR="\"C:/cygwin/ompi-new/vcproj/ompi/Debug\"" /DOMPI_BUILDING"
|
AdditionalOptions="/I"../generated_include" /I"../../src/win32/generated_include" /I"../../include" /I"../../src" /I"../../src/event/compat/" /I"../../src/event/WIN32-Code" /D"__i386__" /D"HAVE_CONFIG_H" /DOMPI_PKGDATADIR="\"C:/cygwin/ompi-new/vcproj/ompi/Debug\"" /DOMPI_PKGLIBDIR="\"C:/cygwin/ompi-new/vcpro/ompi/Debug\"" /DOMPI_SYSCONFDIR="\"C:/cygwin/ompi-new/vcproj/ompi/Debug\"" /DOMPI_BUILDING=1"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||||
GeneratePreprocessedFile="0"
|
GeneratePreprocessedFile="0"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.10"
|
Version="7.10"
|
||||||
Name="openmpi"
|
Name="hello"
|
||||||
ProjectGUID="{00041BD4-5225-4A91-9FD1-CF0F2B32AB4C}"
|
ProjectGUID="{00041BD4-5225-4A91-9FD1-CF0F2B32AB4C}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user