mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
Handle modules.
svn path=/branches/xmlbuildsystem/; revision=12836
This commit is contained in:
parent
b9bffbca54
commit
222bde955c
10 changed files with 120 additions and 16 deletions
24
reactos/tools/rbuild/backend/mingw/modulehandler.cpp
Normal file
24
reactos/tools/rbuild/backend/mingw/modulehandler.cpp
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
#include "../../pch.h"
|
||||
|
||||
#include "../../rbuild.h"
|
||||
#include "mingw.h"
|
||||
#include "modulehandler.h"
|
||||
|
||||
MingwModuleHandler::MingwModuleHandler ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
MingwKernelModuleHandler::MingwKernelModuleHandler ()
|
||||
{
|
||||
}
|
||||
|
||||
bool MingwKernelModuleHandler::CanHandleModule ( Module& module )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void MingwKernelModuleHandler::Process ( Module& module )
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue