Skip to content

winres: Pass include paths by environment variable

Erik Parker requested to merge martiank9/waf:winres-update into master

Pass the include paths to the resource compiler through an environment variable to avoid problems with windows RC.exe, long paths, and response files. RC.exe does not appear to be able to handle long paths in response files. Further, if RC.exe is called using a response file it appears to want all include paths either on the command line or in the response file. To work around all of this just path include paths through the INCLUDE environment variable.

Edited by Erik Parker

Merge request reports