diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:30:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:30:05 +0000 |
commit | 783e0089029a1fc5c27104227979404a12329038 (patch) | |
tree | ee7db22b9330e89606974e5f81ba332887e99b40 /unotools | |
parent | a5c31f13266ec14e05ac6b25c856f8ed2b0926d4 (diff) |
INTEGRATION: CWS visibility03 (1.10.184); FILE MERGED
2005/02/17 10:31:43 mnicel 1.10.184.1: Issue number: 40092
symbol visibility
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/makefile.mk b/unotools/source/config/makefile.mk index 2223f4307876..fefd16081a1d 100644 --- a/unotools/source/config/makefile.mk +++ b/unotools/source/config/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 13:22:05 $ +# last change: $Author: obo $ $Date: 2005-04-13 12:30:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ UNOTYPES+= com.sun.star.configuration.XTemplateContainer \ # --- Settings ---------------------------------- .INCLUDE : settings.mk - +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files ------------------------------------- |