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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-27 21:10:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-27 21:23:48 +0300
commit6e66ffb61abf0952f3ec8d820e58da9df7f6db6f (patch)
tree9bff2e94c527f3c60cdebea006d692dd658c38c3 /source/creator/CMakeLists.txt
parent82d6162990019e63becb1d867088a9e13ef5d259 (diff)
Cleanup split creator.c
creator.c was getting hard to follow. - Split off argument and signal handling into own files. - Move docstrings next to functions (to keep docs grouped with code).
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 74b26d1fd4f..765f98baab5 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -102,6 +102,10 @@ endif()
# Setup the exe sources and buildinfo
set(SRC
creator.c
+ creator_args.c
+ creator_signals.c
+
+ creator_intern.h
)
# MSVC 2010 gives linking errors with the manifest