- Sync up Mm interface with WinLdr branch (introduce the concept of a memory type...
[reactos.git] / reactos / lib / smlib / smlib.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <module name="smlib" type="staticlibrary">
4 <include base="smlib">.</include>
5 <include base="ReactOS">include/reactos/subsys</include>
6 <define name="_DISABLE_TIDENTS" />
7 <file>connect.c</file>
8 <file>execpgm.c</file>
9 <file>compses.c</file>
10 <file>lookupss.c</file>
11 <pch>precomp.h</pch>
12 </module>