Update examples build scripts.

This commit is contained in:
David Reid
2019-04-19 06:23:46 +10:00
parent c6f54e12f1
commit 0d221755f3
4 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -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%