1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 19:05:03 +00:00
qb64/internal/c/parts/audio/libresample/os/win/build.bat

5 lines
348 B
Batchfile

..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\filterkit.c -o temp\filterkit.o
..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\resample.c -o temp\resample.o
..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\resamplesubs.c -o temp\resamplesubs.o
..\..\..\..\..\c_compiler\bin\ar rcs src.a temp\filterkit.o temp\resample.o temp\resamplesubs.o
pause