Cleanup: rename blender-launcher source file.

blender-laucher.c was not an ideal name for this file
since it's not directly clear it is windows only.

This change renames it to blender_launcher_win32.c
to be more in line with other win32 specific files
we have.
This commit is contained in:
Ray molenkamp 2021-05-27 08:10:31 -06:00
parent ac833108db
commit e8ca635e43
2 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ else()
add_executable(blender ${EXETYPE} ${SRC})
if(WIN32)
add_executable(blender-launcher WIN32
blender-launcher.c
blender_launcher_win32.c
${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.rc
${CMAKE_BINARY_DIR}/blender.exe.manifest
)