From 7f290fc5220cf6076082be3554a0e6b9825bd326 Mon Sep 17 00:00:00 2001 From: Daniel Boelzle Date: Fri, 25 Jan 2002 08:30:07 +0000 Subject: #88919# introducing native access controller and file policy implementation --- stoc/prj/build.lst | 1 + stoc/prj/d.lst | 1 + 2 files changed, 2 insertions(+) (limited to 'stoc/prj') diff --git a/stoc/prj/build.lst b/stoc/prj/build.lst index 6852b2f24548..54daa54abe96 100644 --- a/stoc/prj/build.lst +++ b/stoc/prj/build.lst @@ -4,6 +4,7 @@ tc stoc\source\defaultregistry nmake - all tc_defr NULL tc stoc\source\implementationregistration nmake - all tc_ireg tc_defr NULL tc stoc\source\loader nmake - all tc_loa tc_ireg NULL tc stoc\source\servicemanager nmake - all tc_smgr tc_loa NULL +tc stoc\source\security nmake - all tc_sec tc_loa NULL tc stoc\source\simpleregistry nmake - all tc_sreg tc_smgr NULL tc stoc\source\registry_tdprovider nmake - all tc_regtd tc_sreg NULL tc stoc\source\tdmanager nmake - all tc_tdmng tc_regtd NULL diff --git a/stoc/prj/d.lst b/stoc/prj/d.lst index 9f409b6148a6..5b4a40b9bfc0 100644 --- a/stoc/prj/d.lst +++ b/stoc/prj/d.lst @@ -24,6 +24,7 @@ mkdir: %_DEST%\inc%_EXT%\stoc ..\source\servicemanager\smgr.xml %_DEST%\xml%_EXT%\smgr.xml ..\source\simpleregistry\simreg.xml %_DEST%\xml%_EXT%\simreg.xml ..\source\tdmanager\tdmgr.xml %_DEST%\xml%_EXT%\tdmgr.xml +..\source\security\sec.xml %_DEST%\xml%_EXT%\sec.xml ..\source\typeconv\tcv.xml %_DEST%\xml%_EXT%\tcv.xml -- cgit