Changeset 34bd549 in network-game for client/makefile
- Timestamp:
- Jun 19, 2014, 1:34:15 AM (11 years ago)
- Branches:
- master
- Children:
- 3ea1839
- Parents:
- 883bb5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/makefile
r883bb5d r34bd549 1 1 CC = g++ 2 LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0` 2 #LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_main-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0` 3 # osx needs to link against some extra libraries 4 LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_main-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0` -framework AppKit -framework IOKit -framework OpenGL -framework AGL -framework OpenAL 3 5 FLAGS = -Wall -g 4 6 COMMON_PATH = ../common
Note:
See TracChangeset
for help on using the changeset viewer.