summaryrefslogtreecommitdiff
path: root/scripting/prj
diff options
context:
space:
mode:
authorDarragh Sherwin <dsherwin@openoffice.org>2002-11-08 09:55:58 +0000
committerDarragh Sherwin <dsherwin@openoffice.org>2002-11-08 09:55:58 +0000
commit26d982a04d82457d739c6b3a90dc9e7d6251e3df (patch)
tree20d8dfb7a906b49689ff144422edc094230d2642 /scripting/prj
parentcf053fc920b70c7649ea1f5bfb4d223c7a2cdc17 (diff)
protocolhandler has dependency on scriptstorage being built first
Diffstat (limited to 'scripting/prj')
-rw-r--r--scripting/prj/build.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/prj/build.lst b/scripting/prj/build.lst
index 825f86d15e..b363607236 100644
--- a/scripting/prj/build.lst
+++ b/scripting/prj/build.lst
@@ -2,6 +2,6 @@ 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 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