diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:23:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:23:13 +0000 |
commit | e3f60269e96e9198d53b98c4c6fb7acfa084b62f (patch) | |
tree | 4f7a03bb9a2fd36cc20810e6a8a821a1ed714b96 /comphelper/util | |
parent | c88770ee3b0a3e8e69bc22f671dee8de7851a411 (diff) |
INTEGRATION: CWS ooo20030412 (1.3.14.1.12); FILE MERGED
2003/04/02 12:32:22 waratah 1.3.14.1.12.1: 12879: Reorder the libraries specifically for freebsd
Diffstat (limited to 'comphelper/util')
-rw-r--r-- | comphelper/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk index cccb7c062a70..04f7e074ce78 100644 --- a/comphelper/util/makefile.mk +++ b/comphelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-03-19 15:58:40 $ +# last change: $Author: hr $ $Date: 2003-04-28 16:23:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,10 +86,10 @@ LIB1TARGET=$(SLB)$/$(TARGET).lib SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR)$(COMID) SHL1STDLIBS= \ + $(SALLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(VOSLIB) \ - $(SALLIB) + $(VOSLIB) SHL1DEPN= SHL1IMPLIB= i$(COMPHLP_TARGET) |