From: Emden Gansner Date: Tue, 8 Jan 2013 19:12:03 +0000 (-0500) Subject: Fixes to gvedit build to work against libcgraph X-Git-Tag: LAST_LIBGRAPH~32^2~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e45a6e270777080181b88f9879f49a1dae6cbae;p=graphviz Fixes to gvedit build to work against libcgraph --- diff --git a/cmd/gvedit/gvedit.vcproj b/cmd/gvedit/gvedit.vcproj index c1471f77d..f7fcdfdd4 100644 --- a/cmd/gvedit/gvedit.vcproj +++ b/cmd/gvedit/gvedit.vcproj @@ -1,211 +1,577 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cmd/gvedit/main.cpp b/cmd/gvedit/main.cpp index 4ca313aa8..6e64698fe 100644 --- a/cmd/gvedit/main.cpp +++ b/cmd/gvedit/main.cpp @@ -34,14 +34,11 @@ #ifdef WIN32_DLL -__declspec(dllimport) -boolean MemTest; /*gvc.lib cgraph.lib*/ #ifdef WITH_CGRAPH #pragma comment( lib, "cgraph.lib" ) #else #pragma comment( lib, "graph.lib" ) -#pragma comment( lib, "ingraphs.lib" ) #pragma comment( lib, "gvc.lib" ) #pragma comment( lib, "glib-2.0.lib" ) #pragma comment( lib, "pango-1.0.lib" ) @@ -51,6 +48,8 @@ boolean MemTest; #endif #pragma comment( lib, "gvc.lib" ) +#pragma comment( lib, "ingraphs.lib" ) + #endif static char *cmd;