<div dir="ltr"><div>Digging through old stuff...</div><div><br></div><div>Changing the macro identifier seems like obvious goodness, so long as we can get it defined at the right time.</div><div><br></div><div>diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt</div>
<div>index 9f28f68..a65f8ce 100644</div><div>--- a/lib/CMakeLists.txt</div><div>+++ b/lib/CMakeLists.txt</div><div>@@ -93,6 +93,7 @@ set_target_properties(cxx</div><div>     OUTPUT_NAME   "c++"</div><div>     VERSION       "1.0"</div>
<div>     SOVERSION     "1"</div><div>+    DEFINE_SYMBOL _LIBCPP_BUILD_SHARED</div><div><br></div><div>Should this be behind the LIBCXX_ENABLE_SHARED conditional?</div><div><br></div><div>   )</div><div> </div><div>
 install(TARGETS cxx</div><div>-- </div><div>1.8.1.msysgit.1</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 10, 2013 at 6:16 AM, Nico Rieck <span dir="ltr"><<a href="mailto:nico.rieck@gmail.com" target="_blank">nico.rieck@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This changes the CMake-defined macro when building a Windows DLL to an implementation-reserved identifier.<br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>