Ticket #9 (closed defect: fixed)

Opened 2 years ago

Last modified 7 months ago

Rule Definition Files for libraries

Reported by: Derek Parnell Assigned to: Derek Parnell
Priority: Important Component: core
Version: 3.0 Severity: minor
Keywords: Cc:

Description

Rule Definition Files are broken for libraries. If you specify an rdf build, the ruled files are compiled correctly (like *.c files), but their objects are NOT included in the library list for packaging! It appears that this feature is only useful for building an executable target. But I really need these inserted into the library build list, especially in the case of Ares.

Change History

05/22/06 02:59:49 changed by Derek Parnell

  • status changed from new to closed.
  • version set to 3.0.
  • resolution set to fixed.

Now, if the output file created by the rule ends with the library extention, it is presented to the linker as a library rather than an object file.

02/17/08 23:28:51 changed by

  • milestone deleted.

Milestone Separate compiler from linker calls deleted