summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-22 14:56:08 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-22 14:56:26 +0300
commita7e45a6611a038f06450d4bfde9a84d68e70549c (patch)
tree8589df17496a69e07dc06db2103b8f8498a4dbe1
parentbfe2adf93a3c4029e80d449e7769d7752083beb1 (diff)
Do compile adodatalinks.cxx always for Windows
Don't test any bogus PROF_EDITION, and don't bother with WINDOWS_VISTA_PSDK either.
-rw-r--r--dbaccess/Library_dbu.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index 049007185..0e3d6c2af 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -288,17 +288,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)