mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
33c6673cfb
svn path=/trunk/; revision=26014
9 lines
349 B
Ruby
9 lines
349 B
Ruby
<module name="icmp_winetest" type="win32cui" installbase="bin" installname="icmp_winetest.exe" allowwarnings="true">
|
|
<include base="icmp_winetest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<library>icmp</library>
|
|
<file>icmp.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|