mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update examples build scripts.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@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%
|
||||
|
||||
Reference in New Issue
Block a user