From eba0856c489d516f8920aafd00455443d9f72cf0 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 2 Feb 2024 13:59:21 +0100 Subject: [PATCH] MATLAB and Python build fixes --- cpp/msbuild/ice.cpp.props | 2 +- matlab/msbuild/ice.proj | 6 +++--- matlab/src/msbuild/ice/ice.vcxproj | 18 +++++++++--------- python/modules/IcePy/Communicator.cpp | 1 - python/modules/IcePy/Connection.cpp | 1 - python/modules/IcePy/Operation.h | 1 - python/modules/IcePy/msbuild/icepy.vcxproj | 8 ++++---- python/msbuild/ice.proj | 6 +++--- python/msbuild/ice.props | 2 +- 9 files changed, 21 insertions(+), 24 deletions(-) diff --git a/cpp/msbuild/ice.cpp.props b/cpp/msbuild/ice.cpp.props index 01849266da8..b5612063a25 100644 --- a/cpp/msbuild/ice.cpp.props +++ b/cpp/msbuild/ice.cpp.props @@ -162,7 +162,7 @@ - + $(IceHome)\cpp\lib\$(Platform)\$(Configuration)\$(TargetName).lib diff --git a/matlab/msbuild/ice.proj b/matlab/msbuild/ice.proj index 77e6ba35cba..076da5267cb 100644 --- a/matlab/msbuild/ice.proj +++ b/matlab/msbuild/ice.proj @@ -39,13 +39,13 @@ - - diff --git a/matlab/src/msbuild/ice/ice.vcxproj b/matlab/src/msbuild/ice/ice.vcxproj index 8c075f9e3e4..a719ec8094e 100644 --- a/matlab/src/msbuild/ice/ice.vcxproj +++ b/matlab/src/msbuild/ice/ice.vcxproj @@ -97,17 +97,17 @@ - - - - + + + + - - - - + + + + @@ -119,4 +119,4 @@ - + \ No newline at end of file diff --git a/python/modules/IcePy/Communicator.cpp b/python/modules/IcePy/Communicator.cpp index 1b4cf678ce7..d1005430c89 100644 --- a/python/modules/IcePy/Communicator.cpp +++ b/python/modules/IcePy/Communicator.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/python/modules/IcePy/Connection.cpp b/python/modules/IcePy/Connection.cpp index 36ed6ac9040..e7f8146c65d 100644 --- a/python/modules/IcePy/Connection.cpp +++ b/python/modules/IcePy/Connection.cpp @@ -12,7 +12,6 @@ #include #include #include -#include using namespace std; using namespace IcePy; diff --git a/python/modules/IcePy/Operation.h b/python/modules/IcePy/Operation.h index f01d52dbc21..87524ab0995 100644 --- a/python/modules/IcePy/Operation.h +++ b/python/modules/IcePy/Operation.h @@ -8,7 +8,6 @@ #include #include #include -#include #include #include diff --git a/python/modules/IcePy/msbuild/icepy.vcxproj b/python/modules/IcePy/msbuild/icepy.vcxproj index 125100af350..63a4f0a4f53 100644 --- a/python/modules/IcePy/msbuild/icepy.vcxproj +++ b/python/modules/IcePy/msbuild/icepy.vcxproj @@ -194,10 +194,10 @@ - - - - + + + + diff --git a/python/msbuild/ice.proj b/python/msbuild/ice.proj index 1dd566b810b..6090b5c385a 100644 --- a/python/msbuild/ice.proj +++ b/python/msbuild/ice.proj @@ -15,7 +15,7 @@ - c++98\slice2py;c++11\icessl++11;c++11\icediscovery++11;c++11\icelocatordiscovery++11;c++11\glacier2router++11;c++11\glacier2cryptpermissionsverifier++11 + slice2py;icessl;icediscovery;icelocatordiscovery;glacier2router;glacier2cryptpermissionsverifier @@ -48,8 +48,8 @@ - - + diff --git a/python/msbuild/ice.props b/python/msbuild/ice.props index 66a3f39e09d..730126bc3ed 100644 --- a/python/msbuild/ice.props +++ b/python/msbuild/ice.props @@ -3,7 +3,7 @@ python - + C:\Program Files (x86)\Python312-32