mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
7 lines
197 B
Batchfile
7 lines
197 B
Batchfile
@echo off
|
|
SET c_compiler=gcc
|
|
SET cpp_compiler=g++
|
|
@echo on
|
|
|
|
%c_compiler% mal_test_0.c -o ./bin/mal_test_0.exe -Wall -mavx
|
|
%cpp_compiler% mal_test_0.cpp -o ./bin/mal_test_0_cpp.exe -Wall -mavx |