]> granicus.if.org Git - graphviz/commitdiff
pragma s added for linker input
authorarif <devnull@localhost>
Sun, 24 Apr 2011 16:30:00 +0000 (16:30 +0000)
committerarif <devnull@localhost>
Sun, 24 Apr 2011 16:30:00 +0000 (16:30 +0000)
cmd/tools/gml2gv.c

index 175ccf6ee9792cccdf04f838f44e1ea3290a820b..b972f593eff8e0081f9f966fa81dc40e30bef2e6 100644 (file)
@@ -35,6 +35,12 @@ static char* gname = "";
 static FILE *outFile;
 static char *CmdName;
 static char **Files;
+#ifdef WIN32 //*dependencies
+    #pragma comment( lib, "cgraph.lib" )
+    #pragma comment( lib, "cdt.lib" )
+    #pragma comment( lib, "ingraphs.lib" )
+    #pragma comment( lib, "gvc.lib" )
+#endif
 
 static FILE *getFile(void)
 {