diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2015-09-10 21:12:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-14 13:16:49 (GMT) |
commit | db7f069a4b33f3e8b45142b67289e51c142c90b4 (patch) | |
tree | 32d49a0046cadd98a57631d742f19eae724572b1 /Tests | |
parent | 72797dec8f8dca151d821be57b78a04ba27e1d5e (diff) | |
download | CMake-db7f069a4b33f3e8b45142b67289e51c142c90b4.zip CMake-db7f069a4b33f3e8b45142b67289e51c142c90b4.tar.gz CMake-db7f069a4b33f3e8b45142b67289e51c142c90b4.tar.bz2 |
Windows: Fix 64-bit DLL module definition file generation on VS 2015
With 64-bit Windows builds, there is no need to remove the leading
underscore from all the symbols. This is because it does not have one
in the .obj file unless it is really in the name. This did not cause
any trouble until VS 2015 which has some system functions that have a
leading underscore that end up in the .def file.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions