Sync to trunk (r44371)
[reactos.git] / reactos / dll / win32 / msafd / msafd.rbuild
index 3dd3063..47f2bbd 100644 (file)
@@ -1,14 +1,10 @@
-<module name="msafd" type="win32dll" baseaddress="${BASEADDRESS_MSAFD}" installbase="system32" installname="msafd.dll">
-       <importlibrary definition="msafd.def" />
+<module name="msafd" type="win32dll" baseaddress="${BASEADDRESS_MSAFD}" installbase="system32" installname="msafd.dll" unicode="yes" allowwarnings="true">
+       <importlibrary definition="msafd.spec" />
+       <include base="msafd">.</include>
        <include base="msafd">include</include>
        <include base="ReactOS">include/reactos/drivers</include>
-       <define name="UNICODE" />
-       <define name="_UNICODE" />
-       <define name="__REACTOS__" />
-       <define name="__USE_W32API" />
        <pch>msafd.h</pch>
        <library>ntdll</library>
-       <library>kernel32</library>
        <library>advapi32</library>
        <directory name="misc">
                <file>dllmain.c</file>