diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:05:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:05:20 +0000 |
commit | e53c2cd95701c9d9b330a0850364b4d380675f2a (patch) | |
tree | 238216e9865b84f70137b984f7689c9ac4fb4fd3 /comphelper | |
parent | 3fb4218699e83d016cfa15bf06eee7605d421e99 (diff) |
INTEGRATION: CWS visibility02 (1.5.82); FILE MERGED
2005/01/05 05:54:18 mnicel 1.5.82.1: Issue number: 38608
Part of symbol visibility work.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/streaming/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/streaming/makefile.mk b/comphelper/source/streaming/makefile.mk index 7b7841c38033..30986e1119ee 100644 --- a/comphelper/source/streaming/makefile.mk +++ b/comphelper/source/streaming/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2004-05-10 17:34:02 $ +# last change: $Author: vg $ $Date: 2005-02-16 16:05:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ---------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files ------------------------------------- |