Issue 74053 - Cannot mix building of uno and normal libs in a single makefile
Summary: Cannot mix building of uno and normal libs in a single makefile
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: thb
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 11:18 UTC by thb
Modified: 2007-07-25 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thb 2007-01-31 11:18:54 UTC
Trying to build both a UNO lib (mycomponent.uno.so) and a normal lib
(libmystuff.so) within the same makefile fails, because the former needs DLLPRE
empty, and the latter nonempty.

Module in question: slideshow (with the util/makefile.mk)
Comment 1 thb 2007-01-31 11:19:28 UTC
.
Comment 2 thb 2007-01-31 15:38:37 UTC
Fixed by ause in CWS presfixes12, thx!
Comment 3 thb 2007-04-16 10:57:54 UTC
Aligned target with CWS target.
Comment 4 thb 2007-04-16 10:59:48 UTC
.
Comment 5 thb 2007-05-14 13:32:36 UTC
Verifying in CWS presfixes12...
Comment 6 thb 2007-05-14 13:33:29 UTC
...verified!
Comment 7 thb 2007-07-25 15:30:51 UTC
Verified in master. Closing.