2007-09-14 17:07:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2005-08-12 12:22:02 +00:00
|
|
|
<module name="csrsrv" type="nativedll">
|
2009-03-19 00:38:59 +00:00
|
|
|
<importlibrary definition="csrsrv.spec" />
|
2005-08-12 12:22:02 +00:00
|
|
|
<include base="csrsrv">.</include>
|
|
|
|
<include base="csr">.</include>
|
2007-12-21 13:40:20 +00:00
|
|
|
<include base="ReactOS">include/reactos/subsys</include>
|
2005-08-12 12:22:02 +00:00
|
|
|
<library>ntdll</library>
|
2005-10-02 08:40:49 +00:00
|
|
|
<library>pseh</library>
|
|
|
|
<file>api.c</file>
|
2005-08-12 12:22:02 +00:00
|
|
|
<file>init.c</file>
|
|
|
|
<file>process.c</file>
|
|
|
|
<file>server.c</file>
|
|
|
|
<file>session.c</file>
|
|
|
|
<file>thread.c</file>
|
|
|
|
<file>wait.c</file>
|
2005-10-02 08:40:49 +00:00
|
|
|
<pch>srv.h</pch>
|
2005-08-12 12:22:02 +00:00
|
|
|
</module>
|