diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 14:56:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 14:56:26 +0300 |
commit | ae29172571098286793e8c08d3f813d70be04e21 (patch) | |
tree | 5b3025a76fb9bc7892612cf6f214d3b14cc5e394 /dbaccess | |
parent | f13f601df447119dd02675e1ae10255a0e749f98 (diff) |
Do compile adodatalinks.cxx always for Windows
Don't test any bogus PROF_EDITION, and don't bother with
WINDOWS_VISTA_PSDK either.
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Library_dbu.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index 04900718503a..0e3d6c2af9c8 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) |