diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 13:04:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 13:04:35 +0000 |
commit | 0dac04bacea2f081102016439849a819bbd8f0e9 (patch) | |
tree | 5a8edd748be60f297b2b9abbb066b5c1c8b68997 | |
parent | 161cb89a65e43fb5c5a5c1bf8525ca84d9e9ef76 (diff) |
INTEGRATION: CWS ause048 (1.4.26); FILE MERGED
2006/02/06 14:43:56 hjs 1.4.26.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead
-rw-r--r-- | sot/source/unoolestorage/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sot/source/unoolestorage/makefile.mk b/sot/source/unoolestorage/makefile.mk index 7e69ffa19c94..8b8630915833 100644 --- a/sot/source/unoolestorage/makefile.mk +++ b/sot/source/unoolestorage/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 07:45:10 $ +# last change: $Author: rt $ $Date: 2006-03-08 14:04:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,7 @@ TARGET=unoolestorage # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------- @@ -59,4 +57,3 @@ EXCEPTIONSFILES= \ .INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk |