Changeset View
Changeset View
Standalone View
Standalone View
source/creator/CMakeLists.txt
| Show First 20 Lines • Show All 137 Lines • ▼ Show 20 Lines | add_definitions( | ||||
| -DBLEN_VER_RC_2=${bver2} | -DBLEN_VER_RC_2=${bver2} | ||||
| -DBLEN_VER_RC_3=${bver3} | -DBLEN_VER_RC_3=${bver3} | ||||
| -DBLEN_VER_RC_4=0 | -DBLEN_VER_RC_4=0 | ||||
| ) | ) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.rc | ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.rc | ||||
| ${CMAKE_SOURCE_DIR}/release/windows/icons/blender.exe.manifest | |||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(WITH_BUILDINFO) | if(WITH_BUILDINFO) | ||||
| add_definitions(-DWITH_BUILDINFO) | add_definitions(-DWITH_BUILDINFO) | ||||
| # -------------------------------------------------------------------------- | # -------------------------------------------------------------------------- | ||||
| # These defines could all be moved into the header below | # These defines could all be moved into the header below | ||||
| string(REPLACE " " "\ " BUILDINFO_CFLAGS "${CMAKE_C_FLAGS}") | string(REPLACE " " "\ " BUILDINFO_CFLAGS "${CMAKE_C_FLAGS}") | ||||
| ▲ Show 20 Lines • Show All 910 Lines • Show Last 20 Lines | |||||