diff options
author | Michael Brauer <mib@openoffice.org> | 2001-06-20 04:03:53 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2001-06-20 04:03:53 +0000 |
commit | 2daa9f16963b0b44922847d23517bd5a1b927749 (patch) | |
tree | 3688a2f88d34de1577667f72b1e26371f8542a90 | |
parent | 2adf3a749c2524c1060cb98e3f36424eea032b6c (diff) |
#86004#: decrease number of exported symbols
-rw-r--r-- | xmloff/util/makefile.mk | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index c429731b3c14..6c3671917675 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: svesik $ $Date: 2001-05-14 15:20:38 $ +# last change: $Author: mib $ $Date: 2001-06-20 05:03:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -136,7 +136,25 @@ DEF1EXPORTFILE= exports.dxp $(MISC)$/$(SHL1TARGET).flt: makefile.mk .IF "$(GUI)"=="WNT" +echo _CT? > $@ + +echo ??_5>>$@ + +echo ??_7>>$@ + +echo ??_8>>$@ + +echo ??_9>>$@ + +echo ??_C>>$@ + +echo ??_E>>$@ + +echo ??_F>>$@ + +echo ??_G>>$@ + +echo ??_H>>$@ + +echo ??_I>>$@ + +echo __CT>>$@ .ENDIF +echo _CTA >> $@ +echo sXML_ >> $@ + +echo lcl >> $@ + +echo _Impl >> $@ +.IF "$(GUI)"=="WNT" || "$(GUI)"=="WIN" + +echo WEP>>$@ + +echo LIBMAIN>>$@ + +echo LibMain>>$@ +.ENDIF |