Changeset ea3a3a9 in network-game for client/makefile


Ignore:
Timestamp:
Jan 9, 2019, 9:10:15 PM (6 years ago)
Author:
dportnoy15 <dmitry.portnoy@…>
Branches:
master
Children:
0065962
Parents:
fccd588
Message:

Update the client makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/makefile

    rfccd588 rea3a3a9  
    44UNAME_S := $(shell uname -s)
    55
    6 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`
     6LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5 allegro_main-static-5 allegro_ttf-static-5 allegro_primitives-static-5` -lfreetype
    77
    88# osx needs to link against some extra libraries
Note: See TracChangeset for help on using the changeset viewer.