diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-01-25 08:30:07 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-01-25 08:30:07 +0000 |
commit | 7f290fc5220cf6076082be3554a0e6b9825bd326 (patch) | |
tree | c443e743b41c1b48b42a0db5e9051b09276fa865 /stoc/prj | |
parent | d33523503fbf067b8201a0b43e19ac881b8f2289 (diff) |
#88919# introducing native access controller and file policy implementation
Diffstat (limited to 'stoc/prj')
-rw-r--r-- | stoc/prj/build.lst | 1 | ||||
-rw-r--r-- | stoc/prj/d.lst | 1 |
2 files changed, 2 insertions, 0 deletions
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 |