diff options
author | Rüdiger Timm <rt@openoffice.org> | 2009-10-09 12:03:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2009-10-09 12:03:45 +0000 |
commit | 80e6769f869bd7b42ed5b550751ab9840758244d (patch) | |
tree | 49789421b4ef4f8bb9b8f16d4877361cf1966019 | |
parent | 14c013e25f5467155cfd75f612513dedc38fd989 (diff) |
#i105697# Patch by pjanik: Add missing dependency to stoc/prj/build.lst.
-rw-r--r-- | stoc/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/prj/build.lst b/stoc/prj/build.lst index 4748ffcff26f..2550563c8c34 100644 --- a/stoc/prj/build.lst +++ b/stoc/prj/build.lst @@ -21,4 +21,4 @@ tc stoc\source\typeconv nmake - all tc_tcv tc_stserv tc_nservice tc_inc NULL tc stoc\source\javavm nmake - all tc_jvm tc_inc NULL tc stoc\source\javaloader nmake - all tc_jvload tc_inc NULL tc stoc\source\uriproc nmake - all tc_uriproc tc_stserv tc_inc NULL -tc stoc\util nmake - all tc_util tc_boot tc_stserv tc_tcv tc_uriproc tc_smgr tc_inc tc_sreg tc_defr tc_ireg tc_regtd tc_tdmng NULL +tc stoc\util nmake - all tc_util tc_boot tc_stserv tc_tcv tc_uriproc tc_smgr tc_inc tc_sreg tc_defr tc_ireg tc_regtd tc_tdmng tc_sec NULL |