2532d8e741fb002b595383886c828e73ff428814
[reactos.git] / reactos / dll / win32 / psapi / psapi.rbuild
1 <module name="psapi" type="win32dll" baseaddress="${BASEADDRESS_PSAPI}" installbase="system32" installname="psapi.dll">
2 <importlibrary definition="psapi.spec" />
3 <include base="psapi">.</include>
4 <include base="psapi">include</include>
5 <define name="_DISABLE_TIDENTS" />
6 <library>epsapi</library>
7 <library>pseh</library>
8 <library>ntdll</library>
9 <library>kernel32</library>
10 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269
11 <pch>precomp.h</pch>
12 -->
13 <file>malloc.c</file>
14 <file>psapi.c</file>
15 <file>psapi.rc</file>
16 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
17 <compilerflag>-fno-unit-at-a-time</compilerflag>
18 </module>