name the libs to deliver correctly

Change-Id: Ib1017e36339b8a3eaba8351d12b700d5b29c49b0
This commit is contained in:
David Tardon
2012-12-31 21:33:50 +01:00
parent b87e86c5b1
commit acfd176c30

View File

@@ -10,9 +10,9 @@
$(eval $(call gb_Package_Package,dbghelp,$(call gb_CustomTarget_get_workdir,external/wine))) $(eval $(call gb_Package_Package,dbghelp,$(call gb_CustomTarget_get_workdir,external/wine)))
$(eval $(call gb_Package_add_files,dbghelp,lib,\ $(eval $(call gb_Package_add_files,dbghelp,lib,\
gdiplus.dll.a \ libgdiplus.dll.a \
msi.dll.a \ libmsi.dll.a \
urlmon.dll.a \ liburlmon.dll.a \
)) ))
# vim:set shiftwidth=4 tabstop=4 noexpandtab: # vim:set shiftwidth=4 tabstop=4 noexpandtab: