diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:57:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 15:57:17 +0300 |
commit | 4c505502a86f8579711ef869e171f7bcce35f7eb (patch) | |
tree | f813845470175cade6db4a17e0692fa8a407a54c /dbaccess/Library_dbu.mk | |
parent | 571fd934a673561e2d40918a1cb169fe0e9b26cb (diff) |
We always use a Vista or newer SDK
Diffstat (limited to 'dbaccess/Library_dbu.mk')
-rw-r--r-- | dbaccess/Library_dbu.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index 08e2351fea45..68472cde721b 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.mk @@ -46,14 +46,12 @@ $(eval $(call gb_Library_set_defs,dbu,\ $(if $(filter YES,$(SYSTEM_ODBC_HEADERS)),-DSYSTEM_ODBC_HEADERS) \ )) -ifneq (,$(strip $(WINDOWS_VISTA_PSDK))) ifeq (,$(strip $(PROF_EDITION))) $(eval $(call gb_Library_set_defs,dbu,\ $$(DEFS) \ -DWINDOWS_VISTA_PSDK \ )) endif -endif ifeq ($(GUI)$(COM),WNTGCC) # for adoint.h $(eval $(call gb_Library_set_cflags,dbu,\ |