Kaydet (Commit) 7b360a45 authored tarafından David Tardon's avatar David Tardon

internal libexttextcat is built statically everywhere

Change-Id: I92e42a4a677ab352e9b5a01d19c50493682eea8d
üst 32315e10
...@@ -14,9 +14,6 @@ ifneq ($(COM),MSC) ...@@ -14,9 +14,6 @@ ifneq ($(COM),MSC)
$(eval $(call gb_ExternalPackage_use_external_project,exttextcat,exttextcat)) $(eval $(call gb_ExternalPackage_use_external_project,exttextcat,exttextcat))
$(eval $(call gb_ExternalPackage_add_file,exttextcat,lib/libexttextcat.a,src/.libs/libexttextcat-2.0.a)) $(eval $(call gb_ExternalPackage_add_file,exttextcat,lib/libexttextcat.a,src/.libs/libexttextcat-2.0.a))
ifeq ($(OS),WNT)
$(eval $(call gb_ExternalPackage_add_file,exttextcat,bin/libexttextcat.dll,src/.libs/libexttextcat.dll))
endif
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -1576,15 +1576,6 @@ File gid_File_Lib_Migrationoo3 ...@@ -1576,15 +1576,6 @@ File gid_File_Lib_Migrationoo3
#endif #endif
End End
#if defined(WNT) && !defined(SYSTEM_LIBEXTTEXTCAT)
File gid_File_Lib_Libtextcat
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = "libexttextcat.dll";
End
#endif
STD_LIB_FILE( gid_File_Lib_Guesslang, guesslang ) STD_LIB_FILE( gid_File_Lib_Guesslang, guesslang )
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno ) SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno )
......
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