From 11602887199acf9fffeef6d727cbef5ab67ecdb7 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 11:55:51 +0000 Subject: INTEGRATION: CWS sb76 (1.9.40); FILE MERGED 2007/08/31 11:01:53 sb 1.9.40.1: #i77885# Consolidate stoc libraries; patch by jnavrati. --- stoc/prj/build.lst | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'stoc/prj') diff --git a/stoc/prj/build.lst b/stoc/prj/build.lst index ee1072e8f1c1..4748ffcff26f 100644 --- a/stoc/prj/build.lst +++ b/stoc/prj/build.lst @@ -1,21 +1,24 @@ tc stoc : rdbmaker cppuhelper cppu jvmaccess sal salhelper jvmfwk NULL tc stoc usr1 - all tc_mkout NULL tc stoc\inc nmake - all tc_inc NULL -tc stoc\source\defaultregistry nmake - all tc_defr tc_inc NULL -tc stoc\source\implementationregistration nmake - all tc_ireg tc_defr tc_inc NULL -tc stoc\source\loader nmake - all tc_loa tc_ireg tc_inc NULL -tc stoc\source\servicemanager nmake - all tc_smgr tc_loa tc_inc NULL -tc stoc\source\security nmake - all tc_sec tc_loa tc_inc NULL -tc stoc\source\simpleregistry nmake - all tc_sreg tc_smgr tc_inc NULL -tc stoc\source\registry_tdprovider nmake - all tc_regtd tc_sreg tc_inc NULL -tc stoc\source\tdmanager nmake - all tc_tdmng tc_regtd tc_inc NULL +tc stoc\source\defaultregistry nmake - all tc_defr tc_boot tc_inc NULL +tc stoc\source\implementationregistration nmake - all tc_ireg tc_boot tc_defr tc_inc NULL +tc stoc\source\loader nmake - all tc_loa tc_boot tc_ireg tc_inc NULL +tc stoc\source\bootstrap nmake - all tc_boot tc_inc NULL +tc stoc\source\stocservices nmake - all tc_stserv tc_inc NULL +tc stoc\source\servicemanager nmake - all tc_smgr tc_boot tc_loa tc_inc NULL +tc stoc\source\security nmake - all tc_sec tc_boot tc_loa tc_inc NULL +tc stoc\source\simpleregistry nmake - all tc_sreg tc_boot tc_smgr tc_inc NULL +tc stoc\source\registry_tdprovider nmake - all tc_regtd tc_boot tc_sreg tc_inc NULL +tc stoc\source\tdmanager nmake - all tc_tdmng tc_boot tc_regtd tc_inc NULL tc stoc\source\corereflection nmake - all tc_corerefl tc_tdmng tc_inc NULL tc stoc\source\inspect nmake - all tc_inspect tc_corerefl tc_inc NULL tc stoc\source\invocation nmake - all tc_invocation tc_inspect tc_inc NULL tc stoc\source\invocation_adapterfactory nmake - all tc_iadapter tc_invocation tc_inc NULL tc stoc\source\namingservice nmake - all tc_nservice tc_iadapter tc_inc NULL tc stoc\source\proxy_factory nmake - all tc_proxyfact tc_inc NULL -tc stoc\source\typeconv nmake - all tc_tcv tc_nservice tc_inc NULL +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_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 -- cgit