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 | edde1bb57243e8a736475d443a5ccfe088d23bd3 (patch) | |
tree | 044705b8473eb2ef7c9452e7e7bdcb5ae4a1f6aa /stoc/prj | |
parent | 1f6832585ab0d562e6be4aa0b5756f635792594a (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 6852b2f24..54daa54ab 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 9f409b614..5b4a40b9b 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 |