reactos/lib/rtl/rtl.rbuild
KJK::Hyperion c0fa485960 The real, definitive, Visual C++ support branch. Accept no substitutes
svn path=/branches/the-real-msvc/; revision=36960
2008-10-25 17:56:00 +00:00

16 lines
443 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<group xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="rtl_umode" type="staticlibrary">
<xi:include href="rtl-common.rbuild" />
</module>
<module name="rtl_kmode" type="staticlibrary">
<xi:include href="rtl-common.rbuild" />
</module>
<!-- dummy module to enable <include base="rtl"> -->
<module name="rtl" type="staticlibrary" />
</group>