Notes |
|
(0000928)
|
Bill Hoffman
|
2004-04-21 15:47
|
|
This is because for static libraries there is no linker step. |
|
|
(0000943)
|
Ian Scott
|
2004-04-22 16:15
|
|
Can you add the ability to set flags on the command used to create static libraries (its lib under MSVC)
Thanks. |
|
|
(0000947)
|
Bill Hoffman
|
2004-04-22 16:58
|
|
I added a new property called:
STATIC_LIBRARY_FLAGS
LINK_FLAGS will still be only for things that actually link. That way when you have BUILD_SHARED ON or OFF it won't try and use the wrong flags if it uses a separate property.
|
|