Changeset 9ddbf3e in buchla-emu for Makefile


Ignore:
Timestamp:
02/24/2018 06:51:40 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2cd18e3
Parents:
77d8df8
Message:

Code review changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r77d8df8 r9ddbf3e  
    5959                                -framework AudioToolbox \
    6060                                -framework Carbon \
    61                                 -framework CoreMIDI \
    6261                                -framework CoreAudio \
    6362                                -framework CoreFoundation \
    6463                                -framework CoreGraphics \
     64                                -framework CoreMIDI \
    6565                                -framework CoreVideo \
    6666                                -framework ForceFeedback \
     
    7070else
    7171FLAGS_EMU +=    -D EMU_WIN
    72 FLAGS_LNK :=    $(FLAGS) -Wall -Wextra -static -static-libstdc++
     72FLAGS_LNK :=    $(FLAGS) -Wall -Wextra -static
    7373LIBS :=                 -l mingw32 \
    7474                                $(SDL2_LIB)/libSDL2.a \
Note: See TracChangeset for help on using the changeset viewer.