- Timestamp:
- 07/23/2017 10:48:38 AM (7 years ago)
- Branches:
- master
- Children:
- 2a75e87
- Parents:
- a23f3d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
ra23f3d9 r7eb8971 17 17 18 18 ifeq ($(OS), Linux) 19 FLAGS_EMU += -D EMU_LINUX 19 20 FLAGS_LNK := $(FLAGS) -pthread -Wall -Wextra 20 21 LIBS := $(SDL2_LIB)/libSDL2.a \ … … 25 26 26 27 ifeq ($(OS), Darwin) 28 FLAGS_EMU += -D EMU_OS_X 27 29 FLAGS_LNK := $(FLAGS) -Wall -Wextra 28 30 LIBS := $(SDL2_LIB)/libSDL2.a \
Note:
See TracChangeset
for help on using the changeset viewer.