premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

premake5 resoptions not working on VS2022

Open JTAG7371 opened this issue 1 year ago • 1 comments

What seems to be the problem? 'resoptions' API is not being applied to a VS2022 project file

What did you expect to happen? using resoptions { '/n' } should add /n to Additional Options for .rc/ resource additional options

How can we reproduce this? Make a VS2022 file and include resoptions { "/n" }

  • [ X] Visual Studio 2022 (vs2022)

What version of Premake are you using? premake5 (Premake Build Script Generator) 5.0.0-beta1

JTAG7371 avatar Mar 15 '23 08:03 JTAG7371

For VS2010+ in fact.

Jarod42 avatar Mar 18 '23 15:03 Jarod42