Sharpmake icon indicating copy to clipboard operation
Sharpmake copied to clipboard

Add option to change the name of the precompiled header output file

Open ShawnCZek opened this issue 3 years ago • 0 comments

Right now, only the folder path of the precompiled header file can be modified. The file name is forced to use the project's name.

This pull request introduces a configuration option to modify the file name. In my case, this allows me to share the precompiled header file between multiple projects. This was not possible before because of the reason mentioned above.

ShawnCZek avatar Sep 29 '22 15:09 ShawnCZek