diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:04:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:04:03 +0000 |
commit | a4ceb03d3110d0ce9f98d2cd5f57e3ac43a117c2 (patch) | |
tree | a8e55d9dfa6d49958fa1d56b6aac5c2ac83ee5d5 /automation/util | |
parent | 54ae438dff049f7a8cdddf3c887a378f926bb30b (diff) |
INTEGRATION: CWS vq21 (1.19.2); FILE MERGED
2005/10/17 03:34:47 vq 1.19.2.1: #i55931# Add parallel build dependency.
Diffstat (limited to 'automation/util')
-rw-r--r-- | automation/util/makefile.mk | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk index bfd066fea7d4..c52d65f3f88f 100644 --- a/automation/util/makefile.mk +++ b/automation/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: kz $ $Date: 2005-10-06 12:38:17 $ +# last change: $Author: rt $ $Date: 2005-10-19 12:04:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -156,9 +156,9 @@ APP1DEPN+=$(SHL2TARGETN) $(SHL3TARGETN) APP1STDLIBS= \ app.lib \ sample.lib -APP1DEPN+=$(LB)$/$(SHL2IMPLIB).lib $(LB)$/$(SHL3IMPLIB).lib +APP1DEPN+=$(SHL2IMPLIBN) $(SHL3IMPLIBN) .ENDIF - + APP1STDLIBS+= \ $(CPPUHELPERLIB) \ $(TOOLSLIB) \ @@ -227,7 +227,7 @@ APP3TARGET=miniapp APP3STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(UCBHELPERLIB) \ + $(UCBHELPERLIB) \ $(COMPHELPERLIB) \ $(AUTOMATIONLIB) \ $(SALLIB) \ @@ -245,6 +245,12 @@ APP3STDLIBS+= \ $(VOSLIB) $(SALLIB) .ENDIF .ENDIF +# $(AUTOMATIONLIB) is build in SHL1TARGET +.IF "$(GUI)"=="UNX" +APP3DEPN=$(SHL1TARGETN) +.ELSE +APP3DEPN=$(SHL1IMPLIBN) +.ENDIF APP3LIBS= \ $(LIBPRE) $(LB)$/miniapp.lib |