1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-18 22:04:53 +00:00
qb64/internal/c/parts/audio/conversion/os/win/build.bat

3 lines
145 B
Batchfile

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