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>2011-11-15 13:28:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-15 13:28:15 +0400
commitd4d80ee0a1e0e720c712ec58e30a63f7f4c005ab (patch)
tree5a98b2f659deb4ff4c192f1b3585354893954d61 /source/blender/python/generic/CMakeLists.txt
parent8623935aa838a168f64b54f4fefe472444db72fc (diff)
rename IDProp.c/h to idprop_py_api, since it was same name as BKE idprop.c with case changed.
Diffstat (limited to 'source/blender/python/generic/CMakeLists.txt')
-rw-r--r--source/blender/python/generic/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index 847a0d19a7f..bd9731a277a 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -33,17 +33,17 @@ set(INC_SYS
)
set(SRC
- IDProp.c
bgl.c
blf_py_api.c
bpy_internal_import.c
+ idprop_py_api.c
noise_py_api.c
py_capi_utils.c
- IDProp.h
bgl.h
blf_py_api.h
bpy_internal_import.h
+ idprop_py_api.h
noise_py_api.h
py_capi_utils.h
)