Browse Source

VS: Ignore LIBC.lib when linking the CompilerId executables

Some Windows CE linkers want to link against LIBC.lib, but can not
find them. Since they are not required we can simply ignore it.
Patrick Gansterer 13 years ago
parent
commit
6b40e1ba3e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/CompilerId/VS-7.vcproj.in

+ 1 - 0
Modules/CompilerId/VS-7.vcproj.in

@@ -34,6 +34,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				LinkIncremental="1"
+				IgnoreDefaultLibraryNames="libc"
 				GenerateDebugInformation="false"
 				SubSystem="@id_subsystem@"
 				EntryPointSymbol="@id_entrypoint@"