Issue 74053

Summary: Cannot mix building of uno and normal libs in a single makefile
Product: Build Tools Reporter: thb
Component: solenvAssignee: thb
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: OOo 2.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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.