Kaydet (Commit) 304ab448 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Rename firebird-sdbc to firebird_sdbc to compile with latest master.

Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
üst 99dfc263
...@@ -251,7 +251,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ ...@@ -251,7 +251,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
flat \ flat \
file \ file \
filterconfig \ filterconfig \
firebird-sdbc \ firebird_sdbc \
fpicker \ fpicker \
fps_office \ fps_office \
for \ for \
......
...@@ -7,33 +7,35 @@ ...@@ -7,33 +7,35 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Library_Library,firebird-sdbc)) $(eval $(call gb_Library_Library,firebird_sdbc))
$(eval $(call gb_Library_use_sdk_api,firebird-sdbc)) $(eval $(call gb_Library_use_sdk_api,firebird_sdbc))
$(eval $(call gb_Library_use_externals,firebird-sdbc,\ $(eval $(call gb_Library_use_externals,firebird_sdbc,\
libfbembed \ libfbembed \
)) ))
$(eval $(call gb_Library_set_include,firebird-sdbc,\ $(eval $(call gb_Library_set_include,firebird_sdbc,\
-I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/inc \
$$(INCLUDE) \ $$(INCLUDE) \
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
)) ))
$(eval $(call gb_Library_use_libraries,firebird-sdbc, \ $(eval $(call gb_Library_use_libraries,firebird_sdbc, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
dbtools \ dbtools \
sal \ sal \
salhelper \ salhelper \
utl \
vcl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_Library_set_componentfile,firebird-sdbc,connectivity/source/drivers/firebird/firebird-sdbc)) $(eval $(call gb_Library_set_componentfile,firebird_sdbc,connectivity/source/drivers/firebird/firebird_sdbc))
$(eval $(call gb_Library_add_exception_objects,firebird-sdbc,\ $(eval $(call gb_Library_add_exception_objects,firebird_sdbc,\
connectivity/source/drivers/firebird/propertyids \ connectivity/source/drivers/firebird/propertyids \
connectivity/source/drivers/firebird/FConnection \ connectivity/source/drivers/firebird/FConnection \
connectivity/source/drivers/firebird/FDatabaseMetaData \ connectivity/source/drivers/firebird/FDatabaseMetaData \
......
...@@ -87,8 +87,8 @@ endif ...@@ -87,8 +87,8 @@ endif
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
$(eval $(call gb_Module_add_targets,connectivity,\ $(eval $(call gb_Module_add_targets,connectivity,\
Configuration_firebird \ Configuration_firebird \
Library_firebird-sdbc \ Library_firebird_sdbc \
Rdb_firebird-sdbc \ Rdb_firebird_sdbc \
)) ))
endif endif
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Rdb_Rdb,firebird-sdbc)) $(eval $(call gb_Rdb_Rdb,firebird_sdbc))
$(eval $(call gb_Rdb_add_components,firebird-sdbc,\ $(eval $(call gb_Rdb_add_components,firebird_sdbc,\
connectivity/source/drivers/firebird/firebird-sdbc \ connectivity/source/drivers/firebird/firebird_sdbc \
)) ))
...@@ -47,12 +47,12 @@ Module gid_Module_Prg_Base_Bin ...@@ -47,12 +47,12 @@ Module gid_Module_Prg_Base_Bin
End End
/* This could be moved to a std location */ /* This could be moved to a std location */
STD_LIB_FILE(gid_File_Lib_FirebirdSdbc, firebird-sdbc) STD_LIB_FILE(gid_File_Lib_FirebirdSdbc, firebird_sdbc)
File gid_File_FirebirdSdbc_Rdb File gid_File_FirebirdSdbc_Rdb
TXT_FILE_BODY; TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services; Dir = gid_Brand_Dir_Program_Services;
Name = "firebird-sdbc.rdb"; Name = "firebird_sdbc.rdb";
Styles = (PACKED); Styles = (PACKED);
End End
......
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