mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-25 23:29:24 +00:00
Removal of SDL dependency for linux dedicated server
This commit is contained in:
parent
ee0018c204
commit
440103e7ae
5 changed files with 42 additions and 19 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ SOURCES := {foreach from=$dirWalk item=file key=key}
|
|||
{/foreach}
|
||||
|
||||
LDFLAGS_{$projName} := -g -m32 -shared
|
||||
LDLIBS_{$projName} := -lstdc++ -lSDL -lpthread
|
||||
LDLIBS_{$projName} := -lstdc++ -lpthread
|
||||
CFLAGS_{$projName} := -MMD -I. -m32 -mmmx -msse -march=i686
|
||||
|
||||
{foreach item=def from=$projIncludes}CFLAGS_{$projName} += -I{$def}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue