aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilippe Simons <simons.philippe@gmail.com>2017-02-16 17:48:52 +0100
committerGitHub <noreply@github.com>2017-02-16 17:48:52 +0100
commit687541e61b381b57d609d0c7da7882792bd02478 (patch)
treefba5c564256a68f0ebdb5e5834abdcff1a27e69c /Makefile
parent20aff6650e77940237f696e33728a85b1f566fa9 (diff)
parent04825f095d3c00d1e97924c38654a2c888e7ef9d (diff)
downloadlibADLMIDI-687541e61b381b57d609d0c7da7882792bd02478.tar.gz
libADLMIDI-687541e61b381b57d609d0c7da7882792bd02478.tar.bz2
libADLMIDI-687541e61b381b57d609d0c7da7882792bd02478.zip
Merge pull request #1 from Wohlstand/master
Better assembly for MIDI Player
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