- Timestamp:
- 07/22/2017 03:27:04 PM (7 years ago)
- Branches:
- master
- Children:
- d94a7be
- Parents:
- de65155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rde65155 r2f9f352 18 18 ifeq ($(OS), Linux) 19 19 FLAGS_LNK := $(FLAGS) -pthread -Wall -Wextra 20 LIBS := $(SDL2_LIB)/libSDL2.a -ldl -lm 20 LIBS := $(SDL2_LIB)/libSDL2.a \ 21 $(SDL2_LIB)/libSDL2_ttf.a \ 22 $(SDL2_LIB)/libfreetype.a \ 23 -ldl -lm 21 24 endif 22 25 … … 24 27 FLAGS_LNK := $(FLAGS) -Wall -Wextra 25 28 LIBS := $(SDL2_LIB)/libSDL2.a \ 29 $(SDL2_LIB)/libSDL2_ttf.a \ 30 $(SDL2_LIB)/libfreetype.a \ 26 31 -framework AppKit \ 27 32 -framework AudioToolbox \
Note:
See TracChangeset
for help on using the changeset viewer.