diff options
author | David Tardon <dtardon@redhat.com> | 2016-08-26 12:57:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-08-26 12:58:43 +0200 |
commit | 4462447b8a48ad097e56c47e3736d80dc4aaa13a (patch) | |
tree | ea0eba03db1f4f44c4efbef5ced7d5699daed9e1 /external/liborcus | |
parent | 28cb2c1764f2365d69ce09cb69f0f5a676458a33 (diff) |
tdf#94834 enable liborcus format detection on Windows
Change-Id: Ia6b353ed800eabd5766cc76e799f6151b71f865e
Diffstat (limited to 'external/liborcus')
-rw-r--r-- | external/liborcus/Library_orcus.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/external/liborcus/Library_orcus.mk b/external/liborcus/Library_orcus.mk index 96169f17e137..e49adcaa40b2 100644 --- a/external/liborcus/Library_orcus.mk +++ b/external/liborcus/Library_orcus.mk @@ -30,6 +30,10 @@ $(eval $(call gb_Library_set_include,orcus,\ $(eval $(call gb_Library_add_defs,orcus,\ -DBOOST_ALL_NO_LIB \ -D__ORCUS_BUILDING_DLL \ + -D__ORCUS_GNUMERIC \ + -D__ORCUS_ODS \ + -D__ORCUS_XLSX \ + -D__ORCUS_XLS_XML \ )) $(eval $(call gb_Library_use_libraries,orcus,\ |