mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
18 lines
598 B
Text
18 lines
598 B
Text
|
<module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true">
|
||
|
<include base="shell32_winetest">.</include>
|
||
|
<define name="__USE_W32API" />
|
||
|
<library>ntdll</library>
|
||
|
<library>shell32</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>advapi32</library>
|
||
|
<library>shlwapi</library>
|
||
|
<library>ole32</library>
|
||
|
<file>shelllink.c</file>
|
||
|
<file>shellpath.c</file>
|
||
|
<file>shlexec.c</file>
|
||
|
<file>shlfileop.c</file>
|
||
|
<file>shlfolder.c</file>
|
||
|
<file>string.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
</module>
|