diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-17 19:23:01 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-18 23:22:41 -0400 |
commit | e09cedd92259d8fdb98a7591b46a813685f0df96 (patch) | |
tree | ce3df7ef5fd361550b1b5fc2f4d85ca6030663be /sc/Library_sc.mk | |
parent | 0b9b668502de35a5077477d7e47a8f1ca7969ba6 (diff) |
Initial attempt to speed up matrix comparison.
And move the value compare code to somewhere public. I'll be using it
from the ScMatrix internal.
This change requires mdds 0.9.1 which is yet to be released.
Change-Id: I942133c85b614b3404006fa38af111ace9361fd4
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index f76032ac4648..3cd88dbb20a7 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -195,6 +195,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/chartpos \ sc/source/core/tool/chgtrack \ sc/source/core/tool/chgviset \ + sc/source/core/tool/compare \ sc/source/core/tool/compiler \ sc/source/core/tool/consoli \ sc/source/core/tool/dbdata \ |