aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2016-12-06 20:13:02 +0300
committerWohlstand <admin@wohlnet.ru>2016-12-06 20:13:02 +0300
commitabee80062051164aa4931527a54c07046dbc1394 (patch)
tree18d59e00318781a166590d4c17b49ca138ddfc2a /Makefile
parent20aff6650e77940237f696e33728a85b1f566fa9 (diff)
downloadlibADLMIDI-abee80062051164aa4931527a54c07046dbc1394.tar.gz
libADLMIDI-abee80062051164aa4931527a54c07046dbc1394.tar.bz2
libADLMIDI-abee80062051164aa4931527a54c07046dbc1394.zip
Added Nuked OPL3 emulator (which is more accurate than DosBox's)
Also: - Fixed warnings in the CLang code model plugin for Qt Creator - Fixed bend coefficient which caused incorrect hi-hats in DMX banks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff9f102..f1a2ead 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
#CXX=i686-w64-mingw32-g++ -static
+CC=gcc
CXX=g++
CXXLINK=$(CXX)
MKDIR=mkdir -p
@@ -13,6 +14,8 @@ DEBUG=-Ofast -g
# -march=pentium -mno-sse -mno-sse2 -mno-sse3 -mmmx
+CFLAGS += -DLIBADLMIDI_VISIBILITY
+
CPPFLAGS += -DLIBADLMIDI_VISIBILITY
CPPFLAGS += -std=c++11 -pedantic -Wall -Wextra