mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Updated windows dependencies and setup.py
This commit is contained in:
parent
ef0d3a9eae
commit
ad54134c86
@ -37,9 +37,10 @@ def get_architecture_files():
|
||||
("plugins", glob("../windows-dependencies/x86/plugins/*/*.dll")),]
|
||||
elif platform.architecture()[0][:2] == "64":
|
||||
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.MFC", glob("../windows-dependencies/x64/Microsoft.VC90.MFC/*")),]
|
||||
("plugins", glob("../windows-dependencies/x64/plugins/*/*.dll")),]
|
||||
|
||||
def get_data():
|
||||
import sound_lib
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f22e3f978c49571462f38f3e5136226e7e092aa4
|
||||
Subproject commit b4a93ab4ea98f02c0178edf71d2d00ef979f1f4b
|
Loading…
Reference in New Issue
Block a user