Ticket #10 (closed defect: fixed)

Opened 6 years ago

Last modified 4 years ago

Enable pragma(link) to be used wth library building.

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

Description

Precompiled objects like minit.obj can be included in the link phase list for an executable only; there is no way to include them in a library constructed with the build tool. pragma(link, "minit.obj") appears to only be designed for an executable target. I want to be able to add it to the object list for a library target. This is important if I want to build Ares without tacking on a "lib ares.lib +minit.obj" in a shell script at the end of the build process.

Change History

05/22/06 03:08:43 changed by Derek Parnell

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

The tool now recognises the pragma linked object files when building a library.

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

  • milestone deleted.

Milestone Separate compiler from linker calls deleted