summaryrefslogtreecommitdiff
path: root/dbaccess/Library_dbu.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-24 19:22:58 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-24 19:22:58 +0200
commitd8fa35891160099d7b4f0f2069216899b214378d (patch)
treeca7d676eac355d47ed6ede1dd6426af5f7b84aa6 /dbaccess/Library_dbu.mk
parentdae8595066271e6f07320c2181e495fab1e97ecd (diff)
parent2835baa19e95af010673b9dfd3c92d5ab2474c80 (diff)
Merge branch 'master' into feature/gnumake4
Diffstat (limited to 'dbaccess/Library_dbu.mk')
-rw-r--r--dbaccess/Library_dbu.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index 5c6b31e2043f..c90e3d320b32 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -56,8 +56,8 @@ $(eval $(call gb_Library_add_defs,dbu,\
endif
ifeq ($(GUI)$(COM),WNTGCC) # for adoint.h
-$(eval $(call gb_Library_set_cflags,dbu,\
- $$(CFLAGS) \
+$(eval $(call gb_Library_set_cxxflags,dbu,\
+ $$(CXXFLAGS) \
-fpermissive \
))
endif
@@ -286,17 +286,10 @@ $(eval $(call gb_Library_add_noexception_objects,dbu,\
))
ifeq ($(GUI),WNT)
-ifneq (,$(strip $(WINDOWS_VISTA_PSDK)))
-ifeq (,$(strip $(PROF_EDITION)))
-dbu_DISABLE_ADO := $(true)
-endif
-endif
-ifneq ($(dbu_DISABLE_ADO),$(true))
$(eval $(call gb_Library_add_noexception_objects,dbu,\
dbaccess/source/ui/dlg/adodatalinks \
))
endif
-endif
# workaround for issue http://qa.openoffice.org/issues/show_bug.cgi?id=102305 Linux specific
ifeq ($(COM),GCC)