Rename example.

This commit is contained in:
David Reid
2020-02-10 18:54:28 +10:00
parent 0965404db2
commit dedd68f5be
6 changed files with 25 additions and 25 deletions
+6 -6
View File
@@ -4,9 +4,9 @@ SET cpp_compiler=g++
SET options=-Wall -Wpedantic -std=c89 -ansi -pedantic
@echo on
%c_compiler% ../simple_playback.c -o ../bin/simple_playback.exe %options%
%c_compiler% ../simple_capture.c -o ../bin/simple_capture.exe %options%
%c_compiler% ../simple_enumeration.c -o ../bin/simple_enumeration.exe %options%
%c_compiler% ../simple_mixing.c -o ../bin/simple_mixing.exe %options%
%c_compiler% ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten.exe %options%
%c_compiler% ../advanced_config.c -o ../bin/advanced_config.exe %options%
%c_compiler% ../simple_playback.c -o ../bin/simple_playback.exe %options%
%c_compiler% ../simple_capture.c -o ../bin/simple_capture.exe %options%
%c_compiler% ../simple_enumeration.c -o ../bin/simple_enumeration.exe %options%
%c_compiler% ../simple_mixing.c -o ../bin/simple_mixing.exe %options%
%c_compiler% ../simple_playback_sine.c -o ../bin/simple_playback_sine.exe %options%
%c_compiler% ../advanced_config.c -o ../bin/advanced_config.exe %options%