mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
83c857dfd3
svn path=/trunk/; revision=30896
13 lines
513 B
Ruby
13 lines
513 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="rsaenh_winetest" type="win32cui" installbase="bin" installname="rsaenh_winetest.exe" allowwarnings="true" entrypoint="0">
|
|
<include base="rsaenh_winetest">.</include>
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<library>wine</library>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<file>rsaenh.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|