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>2010-09-06 14:15:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-06 14:15:41 +0400
commit04b0dcd9e53206d3208c0a846d2e52f262bad985 (patch)
tree1b21679c6c12019bb3663e0277fe54ce979a2726 /extern/binreloc
parenteef3b72c0e64c01ef8a8d1a84c42377a1b2973e0 (diff)
- use list append in more places (preferred method since its faster)
- remove some unused include paths - remove unused linux path define
Diffstat (limited to 'extern/binreloc')
-rw-r--r--extern/binreloc/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/extern/binreloc/CMakeLists.txt b/extern/binreloc/CMakeLists.txt
index 7bdc93fc978..c684a7602e1 100644
--- a/extern/binreloc/CMakeLists.txt
+++ b/extern/binreloc/CMakeLists.txt
@@ -23,4 +23,3 @@ ADD_DEFINITIONS(-DENABLE_BINRELOC)
FILE(GLOB SRC *.c)
BLENDERLIB(extern_binreloc "${SRC}" "${INC}")
-#, libtype=['core','player'], priority = [25,15] )