mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
|
<module name="pdh_winetest" type="win32cui" installbase="bin" installname="pdh_winetest.exe" allowwarnings="true">
|
||
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||
|
<include base="pdh_winetest">.</include>
|
||
|
<file>pdh.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
<library>wine</library>
|
||
|
<library>pdh</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>ntdll</library>
|
||
|
</module>
|