makesdna/rna: cleanup duplicated translation units
Historically makesdna/rna did not link bf_guardedalloc for some reason, but during one of my cmake cleanups have picked up this dependency anyhow. To prevent duplicate symbols, remove the now duplicated translation units as linking bf_guardedalloc has seemingly not caused any issues. Pull Request: https://projects.blender.org/blender/blender/pulls/120490
This commit is contained in:
@@ -69,11 +69,6 @@ set(SRC
|
||||
dna_utils.cc
|
||||
makesdna.cc
|
||||
${SRC_BLENLIB}
|
||||
../../../../intern/guardedalloc/intern/leak_detector.cc
|
||||
../../../../intern/guardedalloc/intern/mallocn.c
|
||||
../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c
|
||||
../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c
|
||||
../../../../intern/guardedalloc/intern/memory_usage.cc
|
||||
${dna_header_include_file}
|
||||
${dna_header_string_file}
|
||||
)
|
||||
|
||||
@@ -222,12 +222,6 @@ set(SRC
|
||||
${DEFSRC}
|
||||
${APISRC}
|
||||
../../../../intern/clog/clog.c
|
||||
../../../../intern/guardedalloc/intern/leak_detector.cc
|
||||
../../../../intern/guardedalloc/intern/mallocn.c
|
||||
../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c
|
||||
../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c
|
||||
../../../../intern/guardedalloc/intern/memory_usage.cc
|
||||
|
||||
# Needed for defaults.
|
||||
../../../../release/datafiles/userdef/userdef_default.c
|
||||
../../../../release/datafiles/userdef/userdef_default_theme.c
|
||||
|
||||
Reference in New Issue
Block a user