- Fix local xml file (thanks to Christoph for spotting this) - Add to dir the build Modified: trunk/reactos/subsys/system/directory.xml Modified: trunk/reactos/subsys/system/servman/servman.xml _____
Modified: trunk/reactos/subsys/system/directory.xml --- trunk/reactos/subsys/system/directory.xml 2006-01-05 18:04:46 UTC (rev 20586) +++ trunk/reactos/subsys/system/directory.xml 2006-01-05 20:13:06 UTC (rev 20587) @@ -62,6 +62,9 @@
<directory name="services"> <xi:include href="services/services.xml" /> </directory> +<directory name="servman"> + <xi:include href="servman/servman.xml" /> +</directory> <directory name="setup"> <xi:include href="setup/setup.xml" /> </directory> _____
Modified: trunk/reactos/subsys/system/servman/servman.xml --- trunk/reactos/subsys/system/servman/servman.xml 2006-01-05 18:04:46 UTC (rev 20586) +++ trunk/reactos/subsys/system/servman/servman.xml 2006-01-05 20:13:06 UTC (rev 20587) @@ -1,5 +1,5 @@
<module name="servman" type="win32gui" installbase="system32" installname="servman.exe"> - <include base="msconfig">.</include> + <include base="servman">.</include> <define name="UNICODE" /> <define name="_UNICODE" /> <define name="__REACTOS__" />