From cce307d96a93515d46068cfdcf5e55c1944ae9e5 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 3 Aug 2014 10:47:45 +0200 Subject: Error linking 32-bit windows On Windows there were unresolved debug symbols resulting from libcpmtd. Adding this file to the ignore list solves the link issue. Remains: LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library even though libcmt is added. --- winbuild/Doxygen.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index 4377c4c..dabaa4b 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -127,7 +127,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="Debug" GenerateManifest="false" - IgnoreDefaultLibraryNames="libcmtd.lib" + IgnoreDefaultLibraryNames="libcmtd.lib libcpmtd.lib libcmt.lib" GenerateDebugInformation="true" ProgramDatabaseFile=".\Debug\doxygen\$(TargetName).pdb" SubSystem="1" -- cgit v0.12