mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
"mal_" to "ma_".
This commit is contained in:
@@ -4,11 +4,11 @@ SET cpp_compiler=g++
|
||||
SET options=-Wall
|
||||
@echo on
|
||||
|
||||
%c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe %options%
|
||||
%cpp_compiler% mal_test_0.cpp -o ./bin/mal_test_0_cpp.exe %options%
|
||||
%c_compiler% ma_test_0.c -o ./bin/ma_test_0.exe %options%
|
||||
%cpp_compiler% ma_test_0.cpp -o ./bin/ma_test_0_cpp.exe %options%
|
||||
|
||||
%c_compiler% mal_profiling.c -o ./bin/mal_profiling.exe %options% -s -O2
|
||||
%cpp_compiler% mal_profiling.c -o ./bin/mal_profiling_cpp.exe %options% -s -O2
|
||||
%c_compiler% ma_profiling.c -o ./bin/ma_profiling.exe %options% -s -O2
|
||||
%cpp_compiler% ma_profiling.c -o ./bin/ma_profiling_cpp.exe %options% -s -O2
|
||||
|
||||
%c_compiler% mal_dithering.c -o ./bin/mal_dithering.exe %options%
|
||||
%cpp_compiler% mal_dithering.c -o ./bin/mal_dithering_cpp.exe %options%
|
||||
%c_compiler% ma_dithering.c -o ./bin/ma_dithering.exe %options%
|
||||
%cpp_compiler% ma_dithering.c -o ./bin/ma_dithering_cpp.exe %options%
|
||||
Reference in New Issue
Block a user