mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix local xml file (thanks to Christoph for spotting this)
- Add to dir the build svn path=/trunk/; revision=20587
This commit is contained in:
parent
34e46abf35
commit
e90331cf71
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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__" />
|
||||
|
|
Loading…
Reference in a new issue