Added include and linking directives for building the firebird-sdbc driver.

Change-Id: I2126bc5ca0edc33f83ab6e71db1d38c5e4533ecc
This commit is contained in:
Javier Fernandez
2013-05-22 08:55:08 +00:00
committed by Andrzej J.R. Hunt
parent 1e7d550ad8
commit aa5b1bb3f2

View File

@@ -15,10 +15,17 @@ $(eval $(call gb_Library_use_externals,firebird-sdbc,\
firebird \
))
$(eval $(call gb_Library_set_include,firebird-sdbc,\
-I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
$(eval $(call gb_Library_use_libraries,firebird-sdbc, \
comphelper \
cppu \
cppuhelper \
dbtools \
sal \
salhelper \
$(gb_UWINAPI) \