mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
15 lines
505 B
Text
15 lines
505 B
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<group>
|
||
|
<module name="schannel_winetest" type="win32cui" installbase="bin" installname="schannel_winetest.exe" allowwarnings="true" entrypoint="0">
|
||
|
<include base="schannel_winetest">.</include>
|
||
|
<define name="WINVER">0x600</define>
|
||
|
<define name="_WIN32_WINNT">0x600</define>
|
||
|
<library>wine</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>ntdll</library>
|
||
|
<file>main.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
</module>
|
||
|
</group>
|