diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:55:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:55:28 +0000 |
commit | 9779e0dbb482bfd99c71494d9541c3b9a605b10c (patch) | |
tree | b042f2b20a6f21210ec62c80b336d0af7c3bd940 /sfx2/sdi | |
parent | 8970d2aaac2ce4566db921a79ad731976b47679a (diff) |
INTEGRATION: CWS sb25 (1.3.356); FILE MERGED
2004/11/12 17:03:15 sb 1.3.356.1: #i37077# Reduce number of exported symbols of sfx dynamic library.
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/sdi/makefile.mk b/sfx2/sdi/makefile.mk index 3929dc4daee8..d1d0f738b6c4 100644 --- a/sfx2/sdi/makefile.mk +++ b/sfx2/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kz $ $Date: 2003-08-25 15:27:49 $ +# last change: $Author: rt $ $Date: 2005-01-11 14:55:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,11 +64,11 @@ PRJ=.. PRJNAME=sfx2 TARGET=sfxslots -.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk SDINAME=$(TARGET) SDIEXPORT=sfx |