From: Erwin Janssen Date: Sat, 25 Jun 2016 13:12:22 +0000 (+0200) Subject: Windows: dot now building properly. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a3356bf8d32c4b5d5c3daac31d24a167ea442e1;p=graphviz Windows: dot now building properly. --- diff --git a/cmd/dot/dot.vcxproj b/cmd/dot/dot.vcxproj index 3010a51f8..54871d678 100644 --- a/cmd/dot/dot.vcxproj +++ b/cmd/dot/dot.vcxproj @@ -14,6 +14,7 @@ {A334BA89-79FC-40E4-8D42-4852ECD2505B} dot Win32Proj + 8.1 @@ -38,14 +39,16 @@ <_ProjectFileVersion>14.0.25123.0 - Debug\ + $(SolutionDir)Debug\Graphviz\bin\ Debug\ - true + AllRules.ruleset + true - Release\ + $(SolutionDir)Graphviz\bin\ Release\ - true + AllRules.ruleset + true @@ -56,12 +59,12 @@ EnableFastChecks MultiThreadedDebugDLL - TurnOffAllWarnings + Level4 EditAndContinue + true - c:/graphviz-ms/bin/$(ProjectName).exe - C:\graphviz-ms\bin;C:\graphviz-ms\bin;$(SolutionDir)windows\dependencies\GTK2\lib;%(AdditionalLibraryDirectories) + $(SolutionDir)Debug\Graphviz\bin\;$(SolutionDir)windows\dependencies\GTK2\lib;%(AdditionalLibraryDirectories) true Console false @@ -75,12 +78,12 @@ WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;WIN32_DLL;DEMAND_LOADING;%(PreprocessorDefinitions) MultiThreadedDLL - TurnOffAllWarnings + Level4 ProgramDatabase + true - c:/graphviz-ms/bin/$(ProjectName).exe - C:\graphviz-ms\bin;$(SolutionDir)windows\dependencies\GTK2\lib;%(AdditionalLibraryDirectories) + $(SolutionDir)Graphviz\bin\;$(SolutionDir)windows\dependencies\GTK2\lib;%(AdditionalLibraryDirectories) true Console true diff --git a/lib/gvc.vcxproj b/lib/gvc.vcxproj index df999f205..fd8d8e83a 100644 --- a/lib/gvc.vcxproj +++ b/lib/gvc.vcxproj @@ -78,6 +78,9 @@ del common\htmlparse-intermediate.c del common\htmlparse-intermediate.h + + copy $(SolutionDir)windows\dependencies\libtool\bin\libltdl3.dll $(OutDir)libltdl3.dll + @@ -105,6 +108,9 @@ del common\htmlparse-intermediate.h del common\htmlparse-intermediate.c del common\htmlparse-intermediate.h + + copy $(SolutionDir)windows\dependencies\libtool\bin\libltdl3.dll $(OutDir)libltdl3.dll + diff --git a/windows/dependencies/libtool b/windows/dependencies/libtool index 3589ae6a1..71fb2aa5a 160000 --- a/windows/dependencies/libtool +++ b/windows/dependencies/libtool @@ -1 +1 @@ -Subproject commit 3589ae6a1492481393316d027d4702e466bf3568 +Subproject commit 71fb2aa5ae50a1ac4ee62f63d6f626dff7b19246