FreeRDP/winpr/libwinpr/error/ModuleOptions.cmake

10 lines
337 B
CMake
Raw Normal View History

2012-09-26 20:37:35 +04:00
set(MINWIN_LAYER "1")
set(MINWIN_GROUP "core")
set(MINWIN_MAJOR_VERSION "1")
set(MINWIN_MINOR_VERSION "1")
set(MINWIN_SHORT_NAME "errorhandling")
set(MINWIN_LONG_NAME "Error Handling Functions")
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")