This commit is contained in:
Martin Rotter 2013-11-27 20:00:36 +01:00
parent a60795ef43
commit 4310af0d8c

View File

@ -204,6 +204,7 @@ if(MINGW AND WIN32)
# for MSVC compilers. # for MSVC compilers.
elseif(OS2 AND EXISTS $ENV{PATH}/windres.exe) elseif(OS2 AND EXISTS $ENV{PATH}/windres.exe)
#set(WINDRES $ENV{PATH}/windres.exe) #set(WINDRES $ENV{PATH}/windres.exe)
set(WINDRES windres.exe)
message(STATUS "[${APP_LOW_NAME}] Icon file binary will be builded for OS2.") message(STATUS "[${APP_LOW_NAME}] Icon file binary will be builded for OS2.")
message(STATUS "[${APP_LOW_NAME}] Used tool is: ${WINDRES}") message(STATUS "[${APP_LOW_NAME}] Used tool is: ${WINDRES}")
add_custom_command( add_custom_command(