Changeset 34bd549 in network-game for client/makefile


Ignore:
Timestamp:
Jun 19, 2014, 1:34:15 AM (11 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
3ea1839
Parents:
883bb5d
Message:

Make client compile on a Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/makefile

    r883bb5d r34bd549  
    11CC = 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
     4LIB_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
    35FLAGS = -Wall -g
    46COMMON_PATH = ../common
Note: See TracChangeset for help on using the changeset viewer.