Changeset 2fd21fa in buchla-emu for Makefile


Ignore:
Timestamp:
12/02/2017 09:22:29 AM (6 years ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
0f7ade1
Parents:
5326a5e
Message:

Update Makefile to compile with midi on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5326a5e r2fd21fa  
    99else
    1010GCC :=                  x86_64-w64-mingw32-gcc
     11GPP :=                  x86_64-w64-mingw32-g++
    1112SDL2 :=                 /opt/sdl2-win
     13RTMIDI :=               /opt/rtmidi-win
    1214EXT :=                  .exe
    1315endif
     
    7577                                $(SDL2_LIB)/libSDL2_ttf.a \
    7678                                $(SDL2_LIB)/libfreetype.a \
     79                                $(RTMIDI_LIB)/librtmidi.a \
    7780                                -l gdi32 \
    7881                                -l imm32 \
Note: See TracChangeset for help on using the changeset viewer.