mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
12 lines
381 B
Ruby
12 lines
381 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>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<file>connect.c</file>
|
|
<file>execpgm.c</file>
|
|
<file>compses.c</file>
|
|
<file>lookupss.c</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|