diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-08-31 11:11:00 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-07 09:10:36 -0400 |
commit | c28f2fbddaa5c1042d1661125dc64a397e6a65fa (patch) | |
tree | 212529e72250890dadf9101452bba6b354fa6664 /sc/Library_sc.mk | |
parent | c8b7e9822257938e9b1d1c6f7d93d085b06d5e96 (diff) |
Move the orcus handling code from sc to scfilt.
Then this will be subject to on-demand loading.
Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index f83ba546a5b1..345c7b5a0303 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -90,10 +90,6 @@ $(eval $(call gb_Library_use_libraries,sc,\ $(gb_STDLIBS) \ )) -$(eval $(call gb_Library_use_externals,sc,\ - orcus \ -)) - $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/attarray \ sc/source/core/data/attrib \ @@ -214,7 +210,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/navicfg \ sc/source/core/tool/odffmap \ sc/source/core/tool/optutil \ - sc/source/core/tool/orcushandler \ sc/source/core/tool/parclass \ sc/source/core/tool/printopt \ sc/source/core/tool/prnsave \ |