mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
f521358b5c
add eventlog tests to build svn path=/trunk/; revision=44738
23 lines
699 B
Ruby
23 lines
699 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="advapi32_winetest" type="win32cui" installbase="bin" installname="advapi32_winetest.exe" allowwarnings="true">
|
|
<include base="advapi32_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
<library>uuid</library>
|
|
<library>ole32</library>
|
|
<file>cred.c</file>
|
|
<file>crypt.c</file>
|
|
<file>crypt_lmhash.c</file>
|
|
<file>crypt_md4.c</file>
|
|
<file>crypt_md5.c</file>
|
|
<file>crypt_sha.c</file>
|
|
<file>eventlog.c</file>
|
|
<file>lsa.c</file>
|
|
<file>registry.c</file>
|
|
<file>security.c</file>
|
|
<file>service.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|