blob: 472fcdc50a4b0ca17475f7e6dc80f3b6495729d7 (
plain)
1
2
3
4
5
6
|
allow-OBJECT-library-extra-sources
----------------------------------
* :ref:`Object Libraries` may now have extra sources that do not
compile to object files so long as they would not affect linking
of a normal library (e.g. ``.dat`` is okay but not ``.def``).
|