TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked libraries
This commit is contained in:
parent
2348eeed4c
commit
fe347e4339
1 changed files with 5 additions and 0 deletions
|
@ -364,6 +364,11 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
provider = new CreateProjectTool::CodeBlocksProvider(globalWarnings, projectWarnings);
|
||||
|
||||
|
||||
// Those libraries are automatically added by MSVC, but we need to add them manually with mingw
|
||||
setup.libraries.push_back("ole32");
|
||||
setup.libraries.push_back("uuid");
|
||||
|
||||
break;
|
||||
|
||||
case kProjectMSVC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue