summaryrefslogtreecommitdiff
path: root/Modules/CompilerId
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-11-30 15:17:50 +0100
committerPatrick Gansterer <paroga@paroga.com>2012-11-30 15:17:50 +0100
commit6b40e1ba3e1367c5da79ac1b2206b9a87c90aaaf (patch)
tree0d5f45bcd03e0b627a39c53f49a77ea80941e7e7 /Modules/CompilerId
parent8e85822e2bd00db737b585393a1ad3c77895e071 (diff)
downloadcmake-6b40e1ba3e1367c5da79ac1b2206b9a87c90aaaf.tar.gz
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.
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r--Modules/CompilerId/VS-7.vcproj.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CompilerId/VS-7.vcproj.in b/Modules/CompilerId/VS-7.vcproj.in
index 3e2b34a620..fa48cadb3f 100644
--- a/Modules/CompilerId/VS-7.vcproj.in
+++ b/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@"