diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 14:31:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 14:31:25 +0000 |
commit | 59a31bf080d7634a852a59e438f8c74fa168949f (patch) | |
tree | 63d535f08bacf9fa28253f8a8fcce25be953b97b /sc/util/makefile.mk | |
parent | a8ee9dff81ae0a19d4e0b7bc357927043642cdb3 (diff) |
INTEGRATION: CWS cmcfixes19 (1.31.8); FILE MERGED
2005/09/22 11:57:00 cmc 1.31.8.1: #i54963# add dependancies for parallel build
Diffstat (limited to 'sc/util/makefile.mk')
-rw-r--r-- | sc/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index a6b2e634fc3e..532c769a0ec2 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.31 $ +# $Revision: 1.32 $ # -# last change: $Author: rt $ $Date: 2005-09-08 23:15:26 $ +# last change: $Author: hr $ $Date: 2005-09-28 15:31:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -224,7 +224,8 @@ SHL8TARGET= scui$(UPD)$(DLLPOSTFIX) SHL8IMPLIB= scuiimp SHL8VERSIONMAP= scui.map SHL8DEF=$(MISC)$/$(SHL8TARGET).def -DEF8NAME= $(SHL8TARGET) +SHL8DEPN=$(SHL1TARGETN) +DEF8NAME=$(SHL8TARGET) SHL8STDLIBS= \ $(ISCLIB) \ |