codelite icon indicating copy to clipboard operation
codelite copied to clipboard

Resource being ignored in cross-compilation...

Open Vingian opened this issue 2 years ago • 3 comments

Linux -> Windows through MinGW/GCC

https://github.com/eranif/codelite/blob/432db4e9a8829ef808dceb5e8ffbec96d07c0e2e/Plugin/builder_gnumake_default.cpp#L1875

Vingian avatar Feb 17 '23 11:02 Vingian

Any tips on how to to detect that this is a cross compilation?

eranif avatar Feb 20 '23 05:02 eranif

dont know... maybe...

bool BuilderGnuMake::HandleResourceFiles(const CompilerPtr cmp) const { return !cmp->GetTool("ResourceCompiler").IsEmpty(); }

or simply assume that if the project has a file of type resource... is to compile a resource(so... only IsResourceFile)

Vingian avatar Feb 20 '23 16:02 Vingian

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs (within 5 days). Thank you for your contributions.

stale[bot] avatar Jun 18 '23 16:06 stale[bot]