<font size=2 face="sans-serif">I'm working with MSVC 9.0 2008 and I want
to add a flag (</font><font size=1>/LTCG</font><font size=2 face="sans-serif">)
to the librarian command line.</font>
<br>
<br><font size=2 face="sans-serif">I can add flags to the linker successfully
with:</font>
<br>
<br><font size=2>SET_PROPERTY(TARGET ${TARGET} PROPERTY LINK_FLAGS "${LINK_FLAGS}")</font>
<br>
<br><font size=2 face="sans-serif">But this doesn't seem to translate to
the librarian command line. I couldn't find a flags variable for the librarian.
Am I missing it?</font>
<br>
<br><font size=2 face="sans-serif">(The librarian is what creates my static
libraries)</font>
<br><font size=2 face="sans-serif">-------------------------------------------------------------<br>
Aaron Wright</font>
<br>