Sharpmake
Sharpmake copied to clipboard
Add option to change the name of the precompiled header output file
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.