summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_ooo.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-12-02 16:16:53 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2016-12-02 20:14:39 +0100
commitf80d618cedafef73eb27fd994a1b5356ea693585 (patch)
tree42f1104d083b56e95f58c94d547e2be9ee78f023 /scp2/InstallModule_ooo.mk
parent6de5cf050c1324cb97404486e541472e74a7dd19 (diff)
scp2: Bin not defined gids and not used defines
And a little cleanup. Change-Id: Id066b4d37e217b8ab21ea162c23a999566a9e190
Diffstat (limited to 'scp2/InstallModule_ooo.mk')
-rw-r--r--scp2/InstallModule_ooo.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index a681f189d0bc..ade0cbd60ad3 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -38,16 +38,9 @@ $(eval $(call gb_InstallModule_define_value_if_set,scp2/ooo,\
))
$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
- $(if $(WINDOWS_SDK_HOME),\
- -DHAVE_WINDOWS_SDK \
- ) \
$(if $(SYSTEM_HSQLDB),\
-DHSQLDB_JAR=\""$(call gb_Helper_make_path,$(HSQLDB_JAR))"\" \
) \
- $(if $(MACOSX_SDK_VERSION),\
- -DMACOSX_SDK_VERSION=$(MACOSX_SDK_VERSION) \
- ) \
- $(if $(filter MSC,$(COM)),$(if $(MSVC_USE_DEBUG_RUNTIME),-DMSVC_PKG_DEBUG_RUNTIME)) \
))
ifeq ($(USING_X11),TRUE)
@@ -71,7 +64,6 @@ $(eval $(call gb_InstallModule_add_templates,scp2/ooo,\
$(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
scp2/source/ooo/common_brand \
- scp2/source/ooo/common_brand_readme \
scp2/source/ooo/directory_ooo \
scp2/source/ooo/directory_ooo_macosx \
scp2/source/ooo/file_extra_ooo \