modified tools/rbuild/backend/mingw/modulehandler.cpp
[reactos.git] / reactos / dll / keyboard / kbdth0 / kbdth0.rbuild
index 57dac75..2083fbf 100644 (file)
@@ -1,11 +1,10 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="kbdth0" type="keyboardlayout" entrypoint="0" installbase="system32" installname="kbdth0.dll" allowwarnings="true">
-       <importlibrary definition="kbdth0.spec.def" />
+       <importlibrary definition="kbdth0.spec" />
        <include base="ntoskrnl">include</include>
        <define name="_DISABLE_TIDENTS" />
        <define name="_WIN32_WINNT">0x0500</define>
        <file>kbdth0.c</file>
        <file>kbdth0.rc</file>
-       <file>kbdth0.spec</file>
 </module>