mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
|
<module name="oleacc_winetest" type="win32cui" installbase="bin" installname="oleacc_winetest.exe" allowwarnings="true">
|
||
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||
|
<include base="oleacc_winetest">.</include>
|
||
|
<file>main.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
<library>wine</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>oleacc</library>
|
||
|
<library>ntdll</library>
|
||
|
</module>
|