mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-07 11:29:44 -06:00
Removed TINY_ORIGINAL_FILENAME from version.hpp.in, instead used configure_file() by help with file(GENERATE ...) and $<TARGET_FILE_NAME> to obtain original filename and process TinyOrm.rc.in file. - changed prefix for all macros to TINYORM_ in the version.hpp header file to minimize conflicts - removed tiny_init_target_version_ext(), so version number will be appended on WIN32 for shared libraries and also for static archives - used CMAKE_SYSTEM_NAME instead of WIN32