mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
83c857dfd3
svn path=/trunk/; revision=30896
17 lines
612 B
Ruby
17 lines
612 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="netapi32_winetest" type="win32cui" installbase="bin" installname="netapi32_winetest.exe" allowwarnings="true" entrypoint="0">
|
|
<include base="netapi32_winetest">.</include>
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<library>wine</library>
|
|
<library>netapi32</library>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<file>access.c</file>
|
|
<file>apibuf.c</file>
|
|
<file>ds.c</file>
|
|
<file>wksta.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|