mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +00:00
[NTVDM]
Only compile on x86 builds svn path=/trunk/; revision=46437
This commit is contained in:
parent
a80a2887aa
commit
28e1c9e1c5
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="ntvdm">
|
||||
<xi:include href="ntvdm/ntvdm.rbuild" />
|
||||
</directory>
|
||||
<if property="ARCH" value="i386">
|
||||
<directory name="ntvdm">
|
||||
<xi:include href="ntvdm/ntvdm.rbuild" />
|
||||
</directory>
|
||||
</if>
|
||||
<directory name="win32">
|
||||
<xi:include href="win32/win32.rbuild" />
|
||||
</directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue