modified tools/rbuild/backend/mingw/modulehandler.cpp
[reactos.git] / reactos / tools / rbuild / module.cpp
index e224743..d84ecc9 100644 (file)
@@ -1713,12 +1713,6 @@ ImportLibrary::ImportLibrary ( const Project& project,
                                                               "root",
                                                               att->value );
        }
-       else
-       {
-               size_t index = definition->value.rfind ( ".spec.def" );
-               if ( index != string::npos )
-                       directory = IntermediateDirectory;
-       }
 
        if ( dllname )
                this->dllname = dllname->value;