Kaydet (Commit) da698e0b authored tarafından Matúš Kukan's avatar Matúš Kukan

setup_native: add missing dependency on package

Also correct some package names. They were quite random, I wonder if
it was working and they are needed for something.

Change-Id: I5080f1f7eda967b602b6fac667018e11aec5a521
üst 957cebbe
......@@ -9,6 +9,10 @@
$(eval $(call gb_Library_Library,sellangmsi))
$(eval $(call gb_Library_use_packages,sellangmsi,\
setup_native_spell \
))
$(eval $(call gb_Library_add_defs,sellangmsi,\
-U_DLL \
))
......
......@@ -7,8 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,spell,$(call gb_CustomTarget_get_workdir,setup_native/spell)))
$(eval $(call gb_Package_Package,setup_native_spell,$(call gb_CustomTarget_get_workdir,setup_native/spell)))
$(eval $(call gb_Package_add_file,spell,inc/spellchecker_selection.hxx,spellchecker_selection.hxx))
$(eval $(call gb_Package_add_file,setup_native_spell,inc/spellchecker_selection.hxx,spellchecker_selection.hxx))
# vim: set noet sw=4 ts=4:
......@@ -9,6 +9,6 @@
$(eval $(call gb_Package_Package,setup_native/ulf,$(SRCDIR)/setup_native/source))
$(eval $(call gb_Package_add_file,setup_native/misc,bin/macinstall.ulf,mac/macinstall.ulf))
$(eval $(call gb_Package_add_file,setup_native/ulf,bin/macinstall.ulf,mac/macinstall.ulf))
# vim: set noet sw=4 ts=4:
......@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,wintools,$(call gb_CustomTarget_get_workdir,setup_native/wintools)))
$(eval $(call gb_Package_Package,setup_native_wintools,$(call gb_CustomTarget_get_workdir,setup_native/wintools)))
$(eval $(call gb_Package_add_files,scripts,bin,\
$(eval $(call gb_Package_add_files,setup_native_wintools,bin,\
mackcab.exe \
msidb.exe \
msiinfo.exe \
......
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