reactos/lib/ppcmmu/ppcmmu.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

11 lines
352 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="ppcmmu" type="staticlibrary">
<include base="ppcmmu">.</include>
<define name="__NO_CTYPE_INLINES" />
<if property="ARCH" value="powerpc">
<file>mmuutil.c</file>
</if>
<file>dummy.c</file>
</module>