From: ouv Date: Tue, 27 Aug 2013 10:54:29 +0000 (+0000) Subject: Added solution and project files for compilation on Windows. X-Git-Tag: BR_hydro_v_0_1~101 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=586b4ec8b12a24b2d9e433e29a0ce2d0c4073526;p=modules%2Fhydro.git Added solution and project files for compilation on Windows. --- diff --git a/HYDRO.sln b/HYDRO.sln new file mode 100644 index 00000000..49e79419 --- /dev/null +++ b/HYDRO.sln @@ -0,0 +1,31 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HYDROGUI", "src\HYDROGUI\HYDROGUI.vcproj", "{D11F0AD0-D002-4A22-A8E6-3F906379206F}" + ProjectSection(ProjectDependencies) = postProject + {EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C} = {EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C} + {6F9309FA-A798-4F2A-A04B-133EA58E50A9} = {6F9309FA-A798-4F2A-A04B-133EA58E50A9} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HYDROData", "src\HYDROData\HYDROData.vcproj", "{EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HYDROOperations", "src\HYDROOperations\HYDROOperations.vcproj", "{6F9309FA-A798-4F2A-A04B-133EA58E50A9}" + ProjectSection(ProjectDependencies) = postProject + {EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C} = {EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D11F0AD0-D002-4A22-A8E6-3F906379206F}.Debug|Win32.ActiveCfg = Debug|Win32 + {D11F0AD0-D002-4A22-A8E6-3F906379206F}.Debug|Win32.Build.0 = Debug|Win32 + {EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C}.Debug|Win32.ActiveCfg = Debug|Win32 + {EB7B7816-4EA0-4E7D-A88A-1417DEB0FC1C}.Debug|Win32.Build.0 = Debug|Win32 + {6F9309FA-A798-4F2A-A04B-133EA58E50A9}.Debug|Win32.ActiveCfg = Debug|Win32 + {6F9309FA-A798-4F2A-A04B-133EA58E50A9}.Debug|Win32.Build.0 = Debug|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/HYDROData/HYDROData.vcproj b/src/HYDROData/HYDROData.vcproj new file mode 100644 index 00000000..96e01b37 --- /dev/null +++ b/src/HYDROData/HYDROData.vcproj @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HYDROGUI/HYDROGUI.vcproj b/src/HYDROGUI/HYDROGUI.vcproj new file mode 100644 index 00000000..f701a4d8 --- /dev/null +++ b/src/HYDROGUI/HYDROGUI.vcproj @@ -0,0 +1,780 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HYDROOperations/HYDROOperations.vcproj b/src/HYDROOperations/HYDROOperations.vcproj new file mode 100644 index 00000000..ac2828d7 --- /dev/null +++ b/src/HYDROOperations/HYDROOperations.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Link/Link_GEOM.cxx b/src/Link/Link_GEOM.cxx new file mode 100644 index 00000000..d103a8ec --- /dev/null +++ b/src/Link/Link_GEOM.cxx @@ -0,0 +1,8 @@ +// File: Link_SUIT.cxx +// Created: 26.03.2010 11:57:48 +// Author: Sergey LITONIN +// Copyright: (C) AREVA NP & IRSN 2010 + +#pragma message ("Linking libraries of SALOME GEOM") + +#pragma comment (lib , "CurveCreator.lib") diff --git a/src/Link/Link_GUI.cxx b/src/Link/Link_GUI.cxx new file mode 100644 index 00000000..8f0e4e41 --- /dev/null +++ b/src/Link/Link_GUI.cxx @@ -0,0 +1,16 @@ +// File: Link_SUIT.cxx +// Created: 26.03.2010 11:57:48 +// Author: Sergey LITONIN +// Copyright: (C) AREVA NP & IRSN 2010 + +#pragma message ("Linking libraries of SALOME GUI") + +#pragma comment (lib , "cam.lib") +#pragma comment (lib , "Event.lib") +#pragma comment (lib , "GraphicsView.lib") +#pragma comment (lib , "ImageComposer.lib") +#pragma comment (lib , "LightApp.lib") +#pragma comment (lib , "ObjBrowser.lib") +#pragma comment (lib , "Qtx.lib") +#pragma comment (lib , "std.lib") +#pragma comment (lib , "suit.lib") diff --git a/src/Link/Link_OCC.cxx b/src/Link/Link_OCC.cxx new file mode 100644 index 00000000..a0c4e1b7 --- /dev/null +++ b/src/Link/Link_OCC.cxx @@ -0,0 +1,17 @@ +// File: Link_OCC.cxx +// Created: 26.03.2010 11:56:10 +// Author: Sergey LITONIN +// Copyright: (C) AREVA NP & IRSN 2010 + +#pragma message ("Linking libraries of Open CASCADE") + +// Foundation Classes +#pragma comment (lib , "TKernel.lib") +#pragma comment (lib , "TKMath.lib") + +// Application Framework +#pragma comment (lib , "TKCDF.lib") +#pragma comment (lib , "TKG3d.lib") +#pragma comment (lib , "TKGeomAlgo.lib") +#pragma comment (lib , "TKGeomBase.lib") +#pragma comment (lib , "TKLCAF.lib") diff --git a/src/Link/Link_Qt.cxx b/src/Link/Link_Qt.cxx new file mode 100644 index 00000000..1f04e7ee --- /dev/null +++ b/src/Link/Link_Qt.cxx @@ -0,0 +1,14 @@ +// File: Link_Qt.cxx +// Created: 26.03.2010 11:57:21 +// Author: Sergey LITONIN +// Copyright: (C) AREVA NP & IRSN 2010 + +#pragma message ("Linking libraries of Qt") + +#ifdef _DEBUG +#pragma comment (lib , "QtCored4.lib") +#pragma comment (lib , "QtGuid4.lib") +#else +#pragma comment (lib , "QtCore4.lib") +#pragma comment (lib , "QtGui4.lib") +#endif