bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

incorrect resource compiler additional includes output to vcxproj #544

Open pmackinlay opened 2 years ago

pmackinlay commented 2 years ago

The resincludedirs build script function should control the value of the 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.