reactos/lib/smlib/smlib.rbuild
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

12 lines
345 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="smlib" type="staticlibrary">
<include base="smlib">.</include>
<include base="ReactOS">include/reactos/subsys</include>
<file>connect.c</file>
<file>execpgm.c</file>
<file>compses.c</file>
<file>lookupss.c</file>
<pch>precomp.h</pch>
</module>