diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-08-21 09:12:41 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-08-21 09:12:41 +0000 |
commit | 6b52df25e1d13586be46d98d465a7c71c27cf38d (patch) | |
tree | 0c5263d99119b4af5689f62646d0a52f3f4d2b3f /ucbhelper | |
parent | 307e84eed1da663e61fb2da4c303eda2c200ac23 (diff) |
Added '.cxx' to ucbhelper.flt to filter out names from unnamed namespaces.
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 858b7992459c..4bff8fade5b5 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: sb $ $Date: 2001-06-20 07:55:28 $ +# last change: $Author: sb $ $Date: 2001-08-21 10:12:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,6 +122,7 @@ $(MISC)$/$(SHL1TARGET).flt : ucbhelper.flt @echo ??_G>>$@ @echo ??_H>>$@ @echo ??_I>>$@ + @echo .cxx>>$@ .ENDIF # MSC .IF "$(GUI)"=="WNT" @echo ?CreateType@>>$@ |