]> granicus.if.org Git - graphviz/commitdiff
Revert "Windows: Pathplan now generating .lib file."
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 21 Jun 2016 12:34:24 +0000 (14:34 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 21 Jun 2016 12:34:24 +0000 (14:34 +0200)
This reverts commit 68beaeaf9b17ab690aa91b6624ae32eaa8d42da8.

lib/pathplan/Pathplan.vcxproj
lib/pathplan/pathplan.h

index 4d1911526e777e9017827942dd7687503b44624c..9aab7fc70e73d90b475e6f554a6b60820c914f80 100644 (file)
@@ -47,7 +47,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <OutDir>$(SolutionDir)Graphviz\bin\</OutDir>
     <IntDir>Release\</IntDir>
-    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+    <CodeAnalysisRuleSet>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
     <RunCodeAnalysis>true</RunCodeAnalysis>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
index fdadb26410ec8762d39f378e4bdcf7bd2d740e26..244e998bf1843cdcc5b3ba9deba275f71a6312a8 100644 (file)
@@ -27,16 +27,6 @@ extern "C" {
 #   define extern __EXPORT__
 #endif
 
-/*visual studio*/
-#if defined(WIN32)
-#   if !defined(PATHPLAN_EXPORTS)
-#       define extern __declspec(dllimport)
-#   else
-#       define extern __declspec(dllexport)
-#   endif
-#endif
-/*end visual studio*/
-
 /* find shortest euclidean path within a simple polygon */
     extern int Pshortestpath(Ppoly_t * boundary, Ppoint_t endpoints[2],
                             Ppolyline_t * output_route);