Updated windows dependencies and setup.py

This commit is contained in:
Jose Manuel Delicado 2018-08-11 22:21:38 +02:00
parent ef0d3a9eae
commit ad54134c86
2 changed files with 3 additions and 2 deletions

View File

@ -37,9 +37,10 @@ def get_architecture_files():
("plugins", glob("../windows-dependencies/x86/plugins/*/*.dll")),] ("plugins", glob("../windows-dependencies/x86/plugins/*/*.dll")),]
elif platform.architecture()[0][:2] == "64": elif platform.architecture()[0][:2] == "64":
return [ return [
("", ["../windows-dependencies/x64/oggenc2.exe", "../windows-dependencies/x64/bootstrap.exe"]), ("", ["../windows-dependencies/x64/oggenc2.exe", "../windows-dependencies/x64/bootstrap.exe", "../windows-dependencies/x64/libvlc.dll", "../windows-dependencies/x64/libvlccore.dll"]),
("Microsoft.VC90.CRT", glob("../windows-dependencies/x64/Microsoft.VC90.CRT/*")), ("Microsoft.VC90.CRT", glob("../windows-dependencies/x64/Microsoft.VC90.CRT/*")),
("Microsoft.VC90.MFC", glob("../windows-dependencies/x64/Microsoft.VC90.MFC/*")),] ("Microsoft.VC90.MFC", glob("../windows-dependencies/x64/Microsoft.VC90.MFC/*")),]
("plugins", glob("../windows-dependencies/x64/plugins/*/*.dll")),]
def get_data(): def get_data():
import sound_lib import sound_lib

@ -1 +1 @@
Subproject commit f22e3f978c49571462f38f3e5136226e7e092aa4 Subproject commit b4a93ab4ea98f02c0178edf71d2d00ef979f1f4b