Mixer libraries added

This commit is contained in:
Michael Chen
2018-01-27 11:37:02 +01:00
parent 2c860c2f4b
commit 33e69b0bb4
13 changed files with 703 additions and 1 deletions

View File

@ -1,4 +1,4 @@
libs = -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf
libs = -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf -lSDL2_mixer
includes = -I".\include"
compiler = gcc
warningLevel = -Wall -Wno-unused-variable -Wno-unused-but-set-variable