mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
88a218b3f6
svn path=/trunk/; revision=17353
12 lines
321 B
XML
12 lines
321 B
XML
<module name="os2srv" type="nativedll">
|
|
<importlibrary definition="os2srv.def" />
|
|
<include base="os2srv">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<library>ntdll</library>
|
|
<library>csrsrv</library>
|
|
<file>dllmain.c</file>
|
|
<file>server.c</file>
|
|
<file>os2srv.rc</file>
|
|
</module>
|