From c2782ff9b5fcd8efbca2568823e5956a80cb9243 Mon Sep 17 00:00:00 2001 From: ouv Date: Mon, 2 Sep 2013 07:21:44 +0000 Subject: [PATCH] Compilation on Windows. --- src/HYDROGUI/HYDROGUI.vcproj | 14 +++++++++++--- src/Link/Link_GUI.cxx | 1 + src/Link/Link_OCC.cxx | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/HYDROGUI/HYDROGUI.vcproj b/src/HYDROGUI/HYDROGUI.vcproj index 02ebe2d9..013aacc4 100644 --- a/src/HYDROGUI/HYDROGUI.vcproj +++ b/src/HYDROGUI/HYDROGUI.vcproj @@ -1,7 +1,7 @@ + + @@ -279,6 +283,10 @@ RelativePath=".\HYDROGUI.h" > + + @@ -366,7 +374,7 @@ @@ -380,7 +388,7 @@ diff --git a/src/Link/Link_GUI.cxx b/src/Link/Link_GUI.cxx index 8f0e4e41..07b3c52e 100644 --- a/src/Link/Link_GUI.cxx +++ b/src/Link/Link_GUI.cxx @@ -11,6 +11,7 @@ #pragma comment (lib , "ImageComposer.lib") #pragma comment (lib , "LightApp.lib") #pragma comment (lib , "ObjBrowser.lib") +#pragma comment (lib , "OCCViewer.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 index a0c4e1b7..0afbb6b8 100644 --- a/src/Link/Link_OCC.cxx +++ b/src/Link/Link_OCC.cxx @@ -15,3 +15,4 @@ #pragma comment (lib , "TKGeomAlgo.lib") #pragma comment (lib , "TKGeomBase.lib") #pragma comment (lib , "TKLCAF.lib") +#pragma comment (lib , "TKV3d.lib") -- 2.30.2