diff options
author | Philippe Simons <simons.philippe@gmail.com> | 2017-02-16 17:48:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 17:48:52 +0100 |
commit | 687541e61b381b57d609d0c7da7882792bd02478 (patch) | |
tree | fba5c564256a68f0ebdb5e5834abdcff1a27e69c /Makefile.w32 | |
parent | 20aff6650e77940237f696e33728a85b1f566fa9 (diff) | |
parent | 04825f095d3c00d1e97924c38654a2c888e7ef9d (diff) | |
download | libADLMIDI-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.w32')
-rw-r--r-- | Makefile.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.w32 b/Makefile.w32 index 3b84239..c9c303f 100644 --- a/Makefile.w32 +++ b/Makefile.w32 @@ -13,6 +13,7 @@ DEBUG=-Ofast -g # -march=pentium -mno-sse -mno-sse2 -mno-sse3 -mmmx +CC += -mwin32 -mconsole CXX += -mwin32 -mconsole CPPFLAGS += -DLIBADLMIDI_VISIBILITY -I/usr/include/mingw -I/usr/include/w32api LDLIBS += -L/usr/local/lib -L/usr/lib/w32api -lwinmm |