We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baf613 commit 7cf9479Copy full SHA for 7cf9479
src/windows.cmd
@@ -5,6 +5,10 @@ cd src
5
rd /s /q "LabSound-1.0.1"
6
tar -xf LabSound-1.0.1.zip
7
8
+tar -xf alsa.zip -C LabSound-1.0.1/include
9
+tar -xf libnyquist-master.zip -C LabSound-1.0.1/third_party/libnyquist
10
+xcopy "LabSound-1.0.1/third_party/libnyquist/libnyquist-master" "LabSound-1.0.1/third_party/libnyquist" /i /c /k /e /r /y
11
+
12
rd /s /q "build"
13
mkdir build
14
@@ -26,6 +30,8 @@ dir
26
30
cd ../../../..
27
31
28
32
copy /y LabSound-1.0.1\build\bin\Release\LabSound.lib build\LabSound.lib
33
+copy /y LabSound-1.0.1\build\bin\Release\libnyquist.lib build\libnyquist.lib
34
+copy /y LabSound-1.0.1\build\bin\Release\libwavpack.lib build\libwavpack.lib
29
35
36
cd ..
37
0 commit comments