]> granicus.if.org Git - graphviz/commitdiff
Make sure release versions of mingle and minglelib are not compiled
authorEmden R. Gansner <erg@alum.mit.edu>
Wed, 12 Feb 2014 22:24:03 +0000 (17:24 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Wed, 12 Feb 2014 22:24:03 +0000 (17:24 -0500)
on Windows with -DDEBUG. Otherwise, makes them dependent on debug and
developement libraries which aren't necessarily on other systems.

cmd/mingle/mingle.vcproj
lib/mingle/minglelib.vcproj

index 6a8fea602220f29119f02cd35a6105bfd02b9762..c2ff9144c752f6c8db983b08f7eafaeed8995196 100644 (file)
                                Optimization="2"\r
                                EnableIntrinsicFunctions="true"\r
                                AdditionalIncludeDirectories="../../lib/ingraphs;../../lib/common;../../lib/cdt;../../lib/cgraph;../../lib/sparse;../../lib/sfdpgen;../../;../../lib/mingle"\r
-                               PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"\r
+                               PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"\r
                                RuntimeLibrary="2"\r
                                EnableFunctionLevelLinking="true"\r
                                UsePrecompiledHeader="0"\r
index 2b021044afbbd02e96e5a1e113634985e4604a1b..2f9af3f6efa5587fca19a82fcd693ea91dbd511b 100644 (file)
                                Optimization="2"
                                EnableIntrinsicFunctions="true"
                                AdditionalIncludeDirectories="&quot;$(SolutionDir)/lib/sparse&quot;;&quot;$(SolutionDir)/lib/sfpdpgen&quot;;&quot;$(SolutionDir)/lib/common&quot;;&quot;$(SolutionDir)/lib/gvc&quot;;&quot;$(SolutionDir)/lib/cdt&quot;;&quot;$(SolutionDir)/lib/pathplan&quot;;&quot;$(SolutionDir)/lib/cgraph&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\lib\mingle&quot;;&quot;$(SolutionDir)\lib\ann\include&quot;"
-                               PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
+                               PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
                                RuntimeLibrary="2"
                                EnableFunctionLevelLinking="true"
                                UsePrecompiledHeader="0"