mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
2d489373f9
svn path=/trunk/; revision=47728
11 lines
402 B
Ruby
11 lines
402 B
Ruby
<module name="localspl_winetest" type="win32cui" installbase="bin" installname="localspl_winetest.exe" allowwarnings="true">
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<include base="localspl_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>localmon.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
</module>
|