gnumake4: dbaccess: fix non-WNT error [hg:80b1d47ae710]

This commit is contained in:
Michael Stahl
2011-04-15 17:27:06 +00:00
committed by Bjoern Michaelsen
parent 2ac6f1c4f7
commit 50b0d86115
14 changed files with 1220 additions and 1215 deletions

View File

@@ -36,7 +36,7 @@ $(eval $(call gb_SrsTarget_SrsTarget,dbaccess/sdbt))
$(eval $(call gb_SrsTarget_set_include,dbaccess/sdbt,\
$$(INCLUDE) \
-I$(OUTDIR)/inc \
-I$(SRCDIR)/dbaccess\source\sdbtools\inc \
-I$(SRCDIR)/dbaccess/source/sdbtools/inc \
-I$(SRCDIR)/dbaccess/inc \
))

View File

@@ -24,7 +24,6 @@
# for a copy of the LGPLv3 License.
#
#*************************************************************************
ifeq ($(GUI),WNT)
$(eval $(call gb_Executable_Executable,odbcconfig))
@@ -53,5 +52,6 @@ $(eval $(call gb_Executable_add_exception_objects,odbcconfig,\
dbaccess/win32/source/odbcconfig/odbcconfig \
))
# vim: set noet sw=4 ts=4:
endif
# vim: set noet sw=4 ts=4:

View File

@@ -39,12 +39,17 @@ $(eval $(call gb_Module_add_targets,dbaccess,\
Library_dbmm \
Library_dbui \
Library_sdbt \
Executable_odbcconfig \
Package_inc \
Package_uiconfig \
Package_xml \
))
ifeq ($(GUI),WNT)
$(eval $(call gb_Module_add_targets,dbaccess,\
Executable_odbcconfig \
))
endif
$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
JunitTest_dbaccess_complex \
JunitTest_dbaccess_unoapi \