audio_wm/tests/build_mp3_win32.bat

2 lines
154 B
Batchfile
Raw Normal View History

2025-02-10 23:13:41 +08:00
gcc ./mp3/dr_mp3_test_0.c -o ./bin/dr_mp3_test_0.exe -std=c89 -ansi -pedantic -Wall
g++ ./mp3/dr_mp3_test_0.cpp -o ./bin/dr_mp3_test_0.exe -pedantic -Wall