mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-06 05:46:08 -04:00
Updated windows dependencies and setup.py
This commit is contained in:
@@ -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
|
||||||
|
Submodule windows-dependencies updated: f22e3f978c...b4a93ab4ea
Reference in New Issue
Block a user