4f6f934a11af5a83d9c49c79204b12a474a74b2b
[reactos.git] / reactos / lib / acledit / acledit.xml
1 <module name="acledit" type="win32dll" baseaddress="${BASEADDRESS_ACLEDIT}" installbase="system32" installname="acledit.dll">
2 <importlibrary definition="acledit.def" />
3 <include base="acledit">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <library>ntdll</library>
9 <library>kernel32</library>
10 <library>advapi32</library>
11 <library>user32</library>
12 <file>acledit.c</file>
13 <file>stubs.c</file>
14 <file>acledit.rc</file>
15 </module>