diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-10-08 13:13:28 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-10-08 13:13:28 +0000 |
commit | 7d77f93449284ed1a4b1a826ff68fe2148bdcef1 (patch) | |
tree | fda571b1040decced49e1ed6eaae974b20613fcb /tools | |
parent | 3f179aff42c93b486b4f2860aa5f4d2921d61d8e (diff) |
#90000# Generate necessary idl headers.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/source/fsys/makefile.mk b/tools/source/fsys/makefile.mk index 432ad2a1d8c4..61f532e9e31b 100644 --- a/tools/source/fsys/makefile.mk +++ b/tools/source/fsys/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:07 $ +# last change: $Author: sb $ $Date: 2001-10-08 14:13:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,6 +73,10 @@ TARGET=fsys # --- Files -------------------------------------------------------- +UNOUCRRDB = applicat.rdb #$(SOLARBINDIR)$/applicat.rdb +UNOUCROUT = $(OUT)$/inc +UNOTYPES = com.sun.star.util.XStringWidth + SLOFILES= \ $(SLO)$/tempfile.obj \ $(SLO)$/wldcrd.obj \ |