]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Compilation on Windows.
authorouv <ouv@opencascade.com>
Mon, 2 Sep 2013 07:21:44 +0000 (07:21 +0000)
committerouv <ouv@opencascade.com>
Mon, 2 Sep 2013 07:21:44 +0000 (07:21 +0000)
src/HYDROGUI/HYDROGUI.vcproj
src/Link/Link_GUI.cxx
src/Link/Link_OCC.cxx

index 02ebe2d9168813035d09f9f8c2d854dcadae814f..013aacc4d6238ed6a0cbe80b9025e55fe2e41e72 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="windows-1251"?>
 <VisualStudioProject
        ProjectType="Visual C++"
-       Version="9.00"
+       Version="9,00"
        Name="HYDROGUI"
        ProjectGUID="{D11F0AD0-D002-4A22-A8E6-3F906379206F}"
        RootNamespace="HYDROGUI"
                        Name="Source Files"
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
                        >
+                       <File
+                               RelativePath=".\HYDROGUI_AISCurve.cxx"
+                               >
+                       </File>
                        <File
                                RelativePath=".\HYDROGUI_ColorWidget.cxx"
                                >
                                RelativePath=".\HYDROGUI.h"
                                >
                        </File>
+                       <File
+                               RelativePath=".\HYDROGUI_AISCurve.h"
+                               >
+                       </File>
                        <File
                                RelativePath=".\HYDROGUI_ColorWidget.h"
                                >
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Generating moc_$(InputName).cxx"
-                                               CommandLine="$(QTDIR)\bin\moc.exe $(InputPath) -o moc\moc_$(InputName).cxx"
+                                               CommandLine="$(QTDIR)\bin\moc.exe $(InputPath) -o moc\moc_$(InputName).cxx&#x0D;&#x0A;"
                                                Outputs="moc/moc_$(InputName).cxx"
                                        />
                                </FileConfiguration>
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Generating moc_$(InputName).cxx"
-                                               CommandLine="$(QTDIR)\bin\moc.exe $(InputPath) -o moc\moc_$(InputName).cxx"
+                                               CommandLine="$(QTDIR)\bin\moc.exe $(InputPath) -o moc\moc_$(InputName).cxx&#x0D;&#x0A;"
                                                Outputs="moc/moc_$(InputName).cxx"
                                        />
                                </FileConfiguration>
index 8f0e4e4184eb670b4acddd27961464e28333a1b5..07b3c52ef1ca81f11e60116df33a96304c062a44 100644 (file)
@@ -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") 
index a0c4e1b75341e7ddb7c142123463b70cc036af83..0afbb6b8658b348161f4660a289ab0762a23a661 100644 (file)
@@ -15,3 +15,4 @@
 #pragma comment (lib , "TKGeomAlgo.lib")
 #pragma comment (lib , "TKGeomBase.lib")
 #pragma comment (lib , "TKLCAF.lib") 
+#pragma comment (lib , "TKV3d.lib")