mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
b58a3e9752
Convert asm to GAS/ML compatible format svn path=/trunk/; revision=50311
19 lines
526 B
Ruby
19 lines
526 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="ntdll_apitest" type="win32cui" installbase="bin" installname="ntdll_apitest.exe">
|
|
<include base="ntdll_apitest">.</include>
|
|
<library>wine</library>
|
|
<library>ntdll</library>
|
|
<library>pseh</library>
|
|
<file>testlist.c</file>
|
|
|
|
<file>RtlInitializeBitMap.c</file>
|
|
<file>ZwContinue.c</file>
|
|
<if property="ARCH" value="i386">
|
|
<directory name="i386">
|
|
<file>ZwContinue.S</file>
|
|
</directory>
|
|
</if>
|
|
</module>
|
|
</group>
|