diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:05:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:05:07 +0000 |
commit | 3fb4218699e83d016cfa15bf06eee7605d421e99 (patch) | |
tree | fd006dc430d3921cc1548f18cc020fede58f135c /comphelper | |
parent | 2ebb19bf5e1f394f633bb2061db3309c4fabbcbf (diff) |
INTEGRATION: CWS visibility02 (1.11.54); FILE MERGED
2005/01/05 05:54:17 mnicel 1.11.54.1: Issue number: 38608
Part of symbol visibility work.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/property/makefile.mk b/comphelper/source/property/makefile.mk index 0aa4e8fd1563..924ac9613bb6 100644 --- a/comphelper/source/property/makefile.mk +++ b/comphelper/source/property/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2004-08-02 17:51:41 $ +# last change: $Author: vg $ $Date: 2005-02-16 16:05:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,6 +70,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ---------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files ------------------------------------- |