-
Notifications
You must be signed in to change notification settings - Fork 3
/
win32fix.bat
14 lines (14 loc) · 1.64 KB
/
win32fix.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\constants.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\context.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\device.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\error.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\message.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\socket.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\stopwatch.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\_poll.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\core\_version.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\devices\monitoredqueue.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\utils\initthreads.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\utils\rebuffer.pyd;#2
mt.exe -inputresource:C:\Windows\system32\python27.dll;#2 -outputresource:C:\Python27\Lib\site-packages\zmq\libzmq.dll;#2
PAUSE