diff options
author | Volker Ahrendt <va@openoffice.org> | 2002-05-29 14:45:49 +0000 |
---|---|---|
committer | Volker Ahrendt <va@openoffice.org> | 2002-05-29 14:45:49 +0000 |
commit | 117ce6791118323adfdbab32211f7d2a0e94cb9d (patch) | |
tree | 79cf17fa53cbfd881e83e5e22bacda0eec9c7770 | |
parent | 05035d2f291d02ad347925ae3aed64daed17878e (diff) |
#99085# Added support for AutoPilot Report.
-rw-r--r-- | extras/prj/build.lst | 1 | ||||
-rw-r--r-- | extras/util/target.pmk | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/extras/prj/build.lst b/extras/prj/build.lst index f2d55496e691..b08bc69d4b1e 100644 --- a/extras/prj/build.lst +++ b/extras/prj/build.lst @@ -26,6 +26,7 @@ er extras\source\templates\wizard\desktop\lang nmake - er extras\source\templates\wizard\fax\lang nmake - all er_twfal NULL er extras\source\templates\wizard\letter\lang nmake - all er_twlel NULL er extras\source\templates\wizard\memo\lang nmake - all er_twmel NULL +er extras\source\templates\wizard\report\lang nmake - all er_twrel NULL er extras\source\templates\wizard\styles\lang nmake - all er_stls NULL er extras\source\templates\wizard\web\lang nmake - all er_stwwebl NULL er extras\source\wordbook nmake - all er_wrdb NULL diff --git a/extras/util/target.pmk b/extras/util/target.pmk index c22a41818ae5..86990876512e 100644 --- a/extras/util/target.pmk +++ b/extras/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: tv $ $Date: 2001-08-16 08:39:58 $ +# last change: $Author: va $ $Date: 2002-05-29 15:45:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -159,6 +159,7 @@ TEMPLATE_WIZARD_FAX_TARGET = tplwizfax TEMPLATE_WIZARD_HOMEPAGE_TARGET = tplwizhomepage TEMPLATE_WIZARD_LETTER_TARGET = tplwizletter TEMPLATE_WIZARD_MEMO_TARGET = tplwizmemo +TEMPLATE_WIZARD_REPORT_TARGET = tplwizreport TEMPLATE_WIZARD_STYLES_TARGET = tplwizstyles WORDBOOK_ALL_TARGET = wordbook |