summaryrefslogtreecommitdiff
path: root/scripting/prj
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2003-07-22 13:24:48 +0000
committerDuncan Foster <dfoster@openoffice.org>2003-07-22 13:24:48 +0000
commitd01fa2d532388cb093d47cbffd9c273b397baa7a (patch)
tree5e710c76d2cec27a84feda613562c857d3265c97 /scripting/prj
parent47a22a275aed176277e953ef68be22ab0b6bab97 (diff)
Added #i15986#
Added build in examples directory. Builds zipfiles for example scripts, debugger stuff, and macros.
Diffstat (limited to 'scripting/prj')
-rw-r--r--scripting/prj/build.lst3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripting/prj/build.lst b/scripting/prj/build.lst
index 3ae403eaf4b0..c6891f1c9cb9 100644
--- a/scripting/prj/build.lst
+++ b/scripting/prj/build.lst
@@ -5,5 +5,6 @@ tc scripting\source\provider nmake - all tc_scriptingprovider tc_scriptingsto
tc scripting\source\protocolhandler nmake - all tc_scriptingprotocolhandler tc_scriptingstorage tc_scriptingprovider NULL
tc scripting\java nmake - all tc_scriptingjava tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler NULL
tc scripting\source\runtimemgr nmake - all tc_scriptingruntimemgr tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler tc_scriptingjava NULL
-tc scripting\util nmake - all tc_scriptingutil tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler tc_scriptingjava tc_scriptingruntimemgr NULL
+tc scripting\examples nmake - all tc_scriptingexamples tc_scriptingjava NULL
+tc scripting\util nmake - all tc_scriptingutil tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler tc_scriptingjava tc_scriptingruntimemgr tc_scriptingexamples NULL