Closed Knitschi closed 3 years ago
The cpfAddVersionRcPreBuildEvent() function uses PRE_BUILD events which only is done before the compilation when using the Visual Studio Generator. We need to add an extra helper target for that.
cpfAddVersionRcPreBuildEvent()
I replaced the pre-build event with an extra custom target.
The
cpfAddVersionRcPreBuildEvent()
function uses PRE_BUILD events which only is done before the compilation when using the Visual Studio Generator. We need to add an extra helper target for that.