aboutsummaryrefslogtreecommitdiff
path: root/pd/portmidi/pm_win/copy-dll.bat
blob: 34ccbeddf4f88aaaabe5ae4b7e1266d5aef00ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
copy Debug\pm_dll.dll ..\pm_test\testDebug\pm_dll.dll
copy Debug\pm_dll.dll ..\pm_test\sysexDebug\pm_dll.dll
copy Debug\pm_dll.dll ..\pm_test\midithreadDebug\pm_dll.dll
copy Debug\pm_dll.dll ..\pm_test\latencyDebug\pm_dll.dll
copy Debug\pm_dll.dll ..\pm_test\midithruDebug\pm_dll.dll

copy Release\pm_dll.dll ..\pm_test\testRelease\pm_dll.dll
copy Release\pm_dll.dll ..\pm_test\sysexRelease\pm_dll.dll
copy Release\pm_dll.dll ..\pm_test\midithreadRelease\pm_dll.dll
copy Release\pm_dll.dll ..\pm_test\latencyRelease\pm_dll.dll
copy Release\pm_dll.dll ..\pm_test\midithruRelease\pm_dll.dll