diff options
author | Wohlstand <admin@wohlnet.ru> | 2016-12-06 20:13:02 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2016-12-06 20:13:02 +0300 |
commit | abee80062051164aa4931527a54c07046dbc1394 (patch) | |
tree | 18d59e00318781a166590d4c17b49ca138ddfc2a /Makefile.cygwin | |
parent | 20aff6650e77940237f696e33728a85b1f566fa9 (diff) | |
download | libADLMIDI-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.cygwin')
-rw-r--r-- | Makefile.cygwin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.cygwin b/Makefile.cygwin index 9312893..1424af8 100644 --- a/Makefile.cygwin +++ b/Makefile.cygwin @@ -1,3 +1,4 @@ +CC=i686-pc-mingw32-gcc -static CXX=i686-pc-mingw32-g++ -static CXXLINK=$(CXX) @@ -13,6 +14,7 @@ CPPFLAGS += $(SDL) CPPFLAGS += -ansi -Wall -W +CC += -mwin32 -mconsole -mno-cygwin CXX += -mwin32 -mconsole -mno-cygwin CPPFLAGS += -I/usr/include/mingw -mno-cygwin -I/usr/include/w32api LDLIBS += -L/usr/local/lib -L/usr/lib/w32api -lwinmm |