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

Further firebird-sdbc windows build fixes.

Change-Id: I9cb0bbd45b19cb9ef6aa4b8f6d0538484060c6a0
üst c7b074ac
...@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,firebird_sdbc)) ...@@ -12,6 +12,7 @@ $(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,\
boost_headers \
libfbembed \ libfbembed \
)) ))
......
...@@ -39,16 +39,12 @@ Module gid_Module_Prg_Base_Bin ...@@ -39,16 +39,12 @@ Module gid_Module_Prg_Base_Bin
gid_File_Share_Registry_Base_Xcd gid_File_Share_Registry_Base_Xcd
/* This should be conditional, but the condition is not working!! */ /* This should be conditional, but the condition is not working!! */
/* #if defined ENABLE_FIREBIRD_SDBC */ /* #if defined ENABLE_FIREBIRD_SDBC */
,gid_File_Lib_FirebirdSdbc
,gid_File_FirebirdSdbc_Rdb ,gid_File_FirebirdSdbc_Rdb
,gid_File_FirebirdSdbc_Xcd ,gid_File_FirebirdSdbc_Xcd
/* #endif */ /* #endif */
); );
End End
/* This could be moved to a std location */
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;
......
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