Commit cce307d9 authored by albert-github's avatar albert-github

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.
parent 9282aab5
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment