* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / rostests / apitests / ntdll / ntdll_apitest.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="ntdll_apitest" type="win32cui" installbase="bin" installname="ntdll_apitest.exe"
5 allowwarnings="true">
6 <include base="ntdll_apitest">.</include>
7 <library>wine</library>
8 <library>advapi32</library>
9 <library>ntdll</library>
10 <library>pseh</library>
11 <file>testlist.c</file>
12
13 <file>NtAllocateVirtualMemory.c</file>
14 <file>NtFreeVirtualMemory.c</file>
15 <file>RtlInitializeBitMap.c</file>
16 <file>ZwContinue.c</file>
17 <file>SystemInfo.c</file>
18 <if property="ARCH" value="i386">
19 <directory name="i386">
20 <file>ZwContinue.S</file>
21 </directory>
22 </if>
23 </module>
24 </group>