diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-30 14:17:50 (GMT) |
---|---|---|
committer | Patrick Gansterer <paroga@paroga.com> | 2012-11-30 14:17:50 (GMT) |
commit | 6b40e1ba3e1367c5da79ac1b2206b9a87c90aaaf (patch) | |
tree | 0d5f45bcd03e0b627a39c53f49a77ea80941e7e7 /Modules/CompilerId | |
parent | 8e85822e2bd00db737b585393a1ad3c77895e071 (diff) | |
download | CMake-6b40e1ba3e1367c5da79ac1b2206b9a87c90aaaf.zip CMake-6b40e1ba3e1367c5da79ac1b2206b9a87c90aaaf.tar.gz CMake-6b40e1ba3e1367c5da79ac1b2206b9a87c90aaaf.tar.bz2 |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CompilerId/VS-7.vcproj.in b/Modules/CompilerId/VS-7.vcproj.in index 3e2b34a..fa48cad 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@" |