Removal of SDL dependency for linux dedicated server

This commit is contained in:
Tim Newell 2012-12-15 13:07:05 -05:00
parent ee0018c204
commit 440103e7ae
5 changed files with 42 additions and 19 deletions

View file

@ -12,7 +12,7 @@ SOURCES := {foreach from=$dirWalk item=file key=key}
{/foreach}
LDFLAGS := -g -m32
LDLIBS := -lstdc++ -lm -lSDL -lpthread -lrt
LDLIBS := -lstdc++ -lm -lpthread -lrt
{foreach item=def from=$projLibs}LDLIBS += -l{$def}
{/foreach}