mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 19:08:15 +00:00
TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked libraries
This commit is contained in:
parent
2348eeed4c
commit
fe347e4339
@ -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…
x
Reference in New Issue
Block a user