diff options
author | Noel Power <npower@openoffice.org> | 2003-07-07 13:18:49 +0000 |
---|---|---|
committer | Noel Power <npower@openoffice.org> | 2003-07-07 13:18:49 +0000 |
commit | e946812e8d6b7756cf50a95a58f9201fe0cf4a95 (patch) | |
tree | a52a348dc8f6869cf5d7d355d911c26cf01977e4 /scripting/prj | |
parent | 13001cabceaea50692ee8eec35bec524471e1319 (diff) |
13805# updated dependencies, also added entry to build util ( needed for new libscriptframe.so )
Diffstat (limited to 'scripting/prj')
-rw-r--r-- | scripting/prj/build.lst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripting/prj/build.lst b/scripting/prj/build.lst index b363607236e4..3ae403eaf4b0 100644 --- a/scripting/prj/build.lst +++ b/scripting/prj/build.lst @@ -1,7 +1,9 @@ tc scripting : bridges rdbmaker vcl NULL tc scripting usr1 - all tc_mkout NULL tc scripting\source\storage nmake - all tc_scriptingstorage NULL -tc scripting\source\runtimemgr nmake - all tc_scriptingruntimemgr NULL -tc scripting\source\protocolhandler nmake - all tc_scriptingprotocolhandler tc_scriptingstorage NULL -tc scripting\source\provider nmake - all tc_scriptingprovider NULL -tc scripting\java nmake - all tc_scriptingjava NULL +tc scripting\source\provider nmake - all tc_scriptingprovider tc_scriptingstorage NULL +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 + |