Kaydet (Commit) ae291725 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Do compile adodatalinks.cxx always for Windows

Don't test any bogus PROF_EDITION, and don't bother with
WINDOWS_VISTA_PSDK either.
üst f13f601d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment