Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
0d221755
Commit
0d221755
authored
Apr 19, 2019
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update examples build scripts.
parent
c6f54e12
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
13 deletions
+19
-13
examples/build/ma_build_examples_bsd
examples/build/ma_build_examples_bsd
+6
-4
examples/build/ma_build_examples_linux
examples/build/ma_build_examples_linux
+6
-4
examples/build/ma_build_examples_mac
examples/build/ma_build_examples_mac
+6
-4
examples/build/ma_build_examples_win32.bat
examples/build/ma_build_examples_win32.bat
+1
-1
No files found.
examples/build/ma_build_examples_bsd
View file @
0d221755
cc ../simple_playback.c -o ../bin/simple_playback -Wall -lpthread -lm
cc ../simple_capture.c -o ../bin/simple_capture -Wall -lpthread -lm
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -lpthread -lm
cc ../advanced_config.c -o ../bin/advanced_config -Wall -lpthread -lm
cc ../simple_playback.c -o ../bin/simple_playback -Wall -Wpedantic -std=c99 -lpthread -lm
cc ../simple_capture.c -o ../bin/simple_capture -Wall -Wpedantic -std=c99 -lpthread -lm
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -Wpedantic -std=c99 -lpthread -lm
cc ../simple_mixing.c -o ../bin/simple_mixing -Wall -Wpedantic -std=c99 -lpthread -lm
cc ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten -Wall -Wpedantic -std=c99 -lpthread -lm
cc ../advanced_config.c -o ../bin/advanced_config -Wall -Wpedantic -std=c99 -lpthread -lm
examples/build/ma_build_examples_linux
View file @
0d221755
cc ../simple_playback.c -o ../bin/simple_playback -Wall -ldl -lpthread -lm
cc ../simple_capture.c -o ../bin/simple_capture -Wall -ldl -lpthread -lm
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -ldl -lpthread -lm
cc ../advanced_config.c -o ../bin/advanced_config -Wall -ldl -lpthread -lm
cc ../simple_playback.c -o ../bin/simple_playback -Wall -Wpedantic -std=c99 -lpthread -ldl -lm
cc ../simple_capture.c -o ../bin/simple_capture -Wall -Wpedantic -std=c99 -lpthread -ldl -lm
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -Wpedantic -std=c99 -lpthread -ldl -lm
cc ../simple_mixing.c -o ../bin/simple_mixing -Wall -Wpedantic -std=c99 -lpthread -ldl -lm
cc ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten -Wall -Wpedantic -std=c99 -lpthread -ldl -lm
cc ../advanced_config.c -o ../bin/advanced_config -Wall -Wpedantic -std=c99 -lpthread -ldl -lm
\ No newline at end of file
examples/build/ma_build_examples_mac
View file @
0d221755
cc ../simple_playback.c -o ../bin/simple_playback -Wall -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_capture.c -o ../bin/simple_capture -Wall -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../advanced_config.c -o ../bin/advanced_config -Wall -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_playback.c -o ../bin/simple_playback -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_capture.c -o ../bin/simple_capture -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../advanced_config.c -o ../bin/advanced_config -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_mixing.c -o ../bin/simple_mixing -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
cc ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten -Wall -Wpedantic -std=c99 -lpthread -lm -framework CoreFoundation -framework CoreAudio -framework AudioToolbox
\ No newline at end of file
examples/build/ma_build_examples_win32.bat
View file @
0d221755
@echo
off
SET
c_compiler
=
gcc
SET
cpp_compiler
=
g
++
SET
options
=
-Wall
SET
options
=
-Wall
-Wpedantic -std
=
c99
@echo
on
%c_compiler%
../simple_playback.c
-o
../bin/simple_playback.exe
%options%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment