diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:30:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:30:18 +0000 |
commit | 40c8e05433c4e9e714a6472b5a53590fa80c38de (patch) | |
tree | e3789e8e8b2db6709f10507eea65bbc48dce54bb /unotools | |
parent | 783e0089029a1fc5c27104227979404a12329038 (diff) |
INTEGRATION: CWS visibility03 (1.16.146); FILE MERGED
2005/02/17 10:31:44 mnicel 1.16.146.1: Issue number: 40092
symbol visibility
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/i18n/makefile.mk b/unotools/source/i18n/makefile.mk index cc8bb2a44f42..32f7eb550469 100644 --- a/unotools/source/i18n/makefile.mk +++ b/unotools/source/i18n/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: vg $ $Date: 2003-04-24 11:01:35 $ +# last change: $Author: obo $ $Date: 2005-04-13 12:30:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ---------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Types ------------------------------------- |