mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Don't put modules in project root to avoid overwriting the top-level makefile with a proxy makefile
svn path=/branches/xmlbuildsystem/; revision=15411
This commit is contained in:
parent
ca46632061
commit
72053cbd18
4 changed files with 10 additions and 7 deletions
|
@ -65,11 +65,4 @@
|
|||
<directory name="subsys">
|
||||
<xi:include href="subsys/directory.xml" />
|
||||
</directory>
|
||||
|
||||
<module name="bootcd" type="iso">
|
||||
</module>
|
||||
|
||||
<module name="livecd" type="liveiso">
|
||||
</module>
|
||||
|
||||
</project>
|
||||
|
|
2
reactos/bootdata/bootcd/bootcd.xml
Normal file
2
reactos/bootdata/bootcd/bootcd.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<module name="bootcd" type="iso">
|
||||
</module>
|
|
@ -6,3 +6,9 @@
|
|||
<cdfile base="reactos">hivesft.inf</cdfile>
|
||||
<cdfile base="reactos">hivesys.inf</cdfile>
|
||||
<cdfile base="reactos">txtsetup.sif</cdfile>
|
||||
<directory name="bootcd">
|
||||
<xi:include href="bootcd/bootcd.xml" />
|
||||
</directory>
|
||||
<directory name="livecd">
|
||||
<xi:include href="livecd/livecd.xml" />
|
||||
</directory>
|
||||
|
|
2
reactos/bootdata/livecd/livecd.xml
Normal file
2
reactos/bootdata/livecd/livecd.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<module name="livecd" type="liveiso">
|
||||
</module>
|
Loading…
Reference in a new issue