Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-05-27 17:10:31 +0300
committerRay Molenkamp <github@lazydodo.com>2021-05-27 17:10:31 +0300
commite8ca635e43f0b642361c898797c3a3ab3f7dc27e (patch)
tree11b9ee2e08c925054f4dbb8ecb0843220344d204 /source/creator
parentac833108dbbaa5f2a6d62effe962eb289cc92291 (diff)
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.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
-rw-r--r--source/creator/blender_launcher_win32.c (renamed from source/creator/blender-launcher.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index baea3ad1f9b..6a768106d9e 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -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
)
diff --git a/source/creator/blender-launcher.c b/source/creator/blender_launcher_win32.c
index 86b0f4f3b97..86b0f4f3b97 100644
--- a/source/creator/blender-launcher.c
+++ b/source/creator/blender_launcher_win32.c