mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Silence resource compiler using /nologo flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -286,6 +286,8 @@ function(set_windows_version_resource_properties name resource_file)
|
|||||||
set(ARG_PRODUCT_NAME "LLVM")
|
set(ARG_PRODUCT_NAME "LLVM")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set_property(SOURCE ${resource_file}
|
||||||
|
PROPERTY COMPILE_FLAGS /nologo)
|
||||||
set_property(SOURCE ${resource_file}
|
set_property(SOURCE ${resource_file}
|
||||||
PROPERTY COMPILE_DEFINITIONS
|
PROPERTY COMPILE_DEFINITIONS
|
||||||
"RC_VERSION_FIELD_1=${ARG_VERSION_MAJOR}"
|
"RC_VERSION_FIELD_1=${ARG_VERSION_MAJOR}"
|
||||||
|
Reference in New Issue
Block a user