GENie icon indicating copy to clipboard operation
GENie copied to clipboard

incorrect resource compiler additional includes output to vcxproj

Open pmackinlay opened this issue 2 years ago • 0 comments

The resincludedirs build script function should control the value of the <AdditionalIncludeDirectories> element in Visual Studio project files, but instead it is ignored and the value of includedirs is output instead. This appears to be a bug caused by calling the include_dirs function here instead of one which considers the value of resincludedirs instead.

pmackinlay avatar Jun 16 '22 09:06 pmackinlay