mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Fixed MorphOS dedicated server to include some important headers
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4041 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
05782350c4
commit
768b58b9ec
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ ifeq ($(FTE_TARGET),morphos)
|
|||
SV_CFLAGS=$(SERVER_ONLY_CFLAGS)
|
||||
|
||||
ifeq ($(WHOAMI),moodles)
|
||||
SV_CFLAGS+=-I/home/moodles/zlib/zlib-1.2.5 -L/home/moodles/zlib/zlib-1.2.5 -I/home/moodles/fteqw/trunk/engine/libs
|
||||
SV_CFLAGS+=-I/home/moodles/zlib/zlib-1.2.5 -L/home/moodles/zlib/zlib-1.2.5 -I/home/moodles/fteqw/trunk/engine/libs -D__MORPHOS_SHAREDLIBS -I/home/moodles/morphos/os-include/
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue