modified tools/rbuild/backend/mingw/modulehandler.cpp
[reactos.git] / reactos / dll / directx / qedit / qedit.rbuild
index 6f2363b..30d54b2 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <group>
 <module name="qedit" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_QEDIT}" installbase="system32" installname="qedit.dll" allowwarnings="true">
-       <importlibrary definition="qedit.spec.def" />
+       <importlibrary definition="qedit.spec" />
        <include base="qedit">.</include>
        <define name="WINVER">0x600</define>
        <define name="_WIN32_WINNT">0x600</define>
@@ -11,6 +11,5 @@
        <library>ntdll</library>
        <file>qedit.c</file>
        <file>qedit.rc</file>
-       <file>qedit.spec</file>
 </module>
 </group>