Merge from amd64-branch:
[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 <library>epsapi</library>
6 <library>pseh</library>
7 <library>ntdll</library>
8 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38269
9 <pch>precomp.h</pch>
10 -->
11 <file>malloc.c</file>
12 <file>psapi.c</file>
13 <file>psapi.rc</file>
14 <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
15 <compilerflag compilerset="gcc">-fno-unit-at-a-time</compilerflag>
16 </module>