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/conversion/os/win/build.bat

6 lines
436 B
Batchfile

..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\samplerate.c -o temp\samplerate.o
..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\src_linear.c -o temp\src_linear.o
..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\src_sinc.c -o temp\src_sinc.o
..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\src_zoh.c -o temp\src_zoh.o
..\..\..\..\..\c_compiler\bin\ar rcs src.a temp\samplerate.o temp\src_linear.o temp\src_sinc.o temp\src_zoh.o
pause