Changeset 2f9f352 in buchla-emu for Makefile


Ignore:
Timestamp:
07/22/2017 03:27:04 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d94a7be
Parents:
de65155
Message:

Added SDL2_ttf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rde65155 r2f9f352  
    1818ifeq ($(OS), Linux)
    1919FLAGS_LNK :=    $(FLAGS) -pthread -Wall -Wextra
    20 LIBS :=                 $(SDL2_LIB)/libSDL2.a -ldl -lm
     20LIBS :=                 $(SDL2_LIB)/libSDL2.a \
     21                                $(SDL2_LIB)/libSDL2_ttf.a \
     22                                $(SDL2_LIB)/libfreetype.a \
     23                                -ldl -lm
    2124endif
    2225
     
    2427FLAGS_LNK :=    $(FLAGS) -Wall -Wextra
    2528LIBS :=                 $(SDL2_LIB)/libSDL2.a \
     29                                $(SDL2_LIB)/libSDL2_ttf.a \
     30                                $(SDL2_LIB)/libfreetype.a \
    2631                                -framework AppKit \
    2732                                -framework AudioToolbox \
Note: See TracChangeset for help on using the changeset viewer.