Reputation: 49
I have a VS 2022 c++ project with a resource file. I'd like to be able to modify the .rc when the project is built, preferably with command line parameters. I'm not sure if this is possible and if so, how to go about it.
Upvotes: 0
Views: 104
Reputation: 31
refer : https://learn.microsoft.com/en-us/cpp/build/specifying-build-events?view=msvc-170
Upvotes: 3