sync trunk head (37032)
[reactos.git] / reactos / dll / cpl / appwiz-new / appwiz.rbuild
index 3f098ff..69d7ad0 100644 (file)
@@ -1,13 +1,12 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="appwiz-new" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_APPWIZ}"  installbase="system32" installname="appwiz-new.cpl" unicode="yes" allowwarnings="true">
-       <importlibrary definition="appwiz.def" />
+       <importlibrary definition="appwiz.spec" />
        <include base="appwiz-new">.</include>
        <library>kernel32</library>
        <library>advapi32</library>
        <library>user32</library>
        <library>comctl32</library>
-       <library>msvcrt</library>
        <library>ole32</library>
        <library>uuid</library>
        <library>shell32</library>
@@ -16,4 +15,5 @@
        <file>appwiz.c</file>
        <file>createlink.c</file>
        <file>appwiz.rc</file>
+       <file>appwiz.spec</file>
 </module>