projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d366b3
)
fixing case issue for blender_BOP.lib to blender_bop.lib
author
Johnny Matthews <johnny.matthews@gmail.com>
Sat, 29 Oct 2005 13:47:41 +0000
(13:47 +0000)
committer
Johnny Matthews <johnny.matthews@gmail.com>
Sat, 29 Oct 2005 13:47:41 +0000
(13:47 +0000)
intern/boolop/SConscript
patch
|
blob
|
history
diff --git
a/intern/boolop/SConscript
b/intern/boolop/SConscript
index 87ee4ea7198371084c740050d79b60674cbdb7cd..a0df706e9f772b392f6ff144aa2570c985d58a7d 100644
(file)
--- a/
intern/boolop/SConscript
+++ b/
intern/boolop/SConscript
@@
-31,4
+31,4
@@
bop_env.Append (CPPPATH = [ '.',
'#intern/container',
'#intern/memutil'])
-bop_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_
BOP
', source=source_files)
+bop_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_
bop
', source=source_files)