<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
I'll try to do it all from within the IDE.  I noticed that the /EHsc flag is already there (makes me wonder why CMake still gave that warning).  But I also noticed something else.  What's the reason for this in the Post-Build Event command line for INSTALL.vcxproj?</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
"</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<span>setlocal<br>
</span>
<div>"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake​</div>
<div>if %errorlevel% neq 0 goto :cmEnd​</div>
<div>:cmEnd​</div>
<div>endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone​</div>
<div>:cmErrorLevel​</div>
<div>exit /b %1​</div>
<div>:cmDone​</div>
<span>if %errorlevel% neq 0 goto :VCEnd</span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
"</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Also, libclang.vcxproj has a static runtime set but it was also set to build a DLL instead of a static .lib library.  I changed it to have it build a static library.  I wonder if that's a good idea.</div>
<div>
<div class="x_gmail_quote">
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr">
<div>
<div>
<blockquote style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</body>
</html>