mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
33c6673cfb
svn path=/trunk/; revision=26014
11 lines
424 B
Ruby
11 lines
424 B
Ruby
<module name="usp10_winetest" type="win32cui" installbase="bin" installname="usp10_winetest.exe" allowwarnings="true">
|
|
<include base="usp10_winetest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>gdi32</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>usp10</library>
|
|
<file>usp10.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|