mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
77db4acd5e
svn path=/trunk/; revision=40541
9 lines
333 B
Ruby
9 lines
333 B
Ruby
<module name="patblt" type="win32gui" installbase="bin" installname="patblt.exe" allowwarnings="true" stdlib="host">
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
|
|
<file>patblt.cpp</file>
|
|
</module>
|