4 Commits

Author SHA1 Message Date
c83be332d5 Fix version and commit display
Made version and commit variables static, and local to the version
display function. Previously, they would be globals, and as such would
collide with those from linked shared libraries. Now, all project types
will have them local.
2024-12-31 11:58:35 +01:00
178b2f4860 Fix library header generation
Prevent precomp.hpp to be included in header file list.
2024-12-31 11:07:27 +01:00
27f42b1623 Fix runtime library loading for macOS 2024-12-30 13:19:55 +01:00
e55c019ef0 Add template files 2024-12-23 16:18:39 +01:00