mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-16 17:01:44 +00:00
Define __MORPHOS_SHAREDLIBS on MorphOS by default. FTE for MorphOS now requires MorphOS 2.0+.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4040 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7c45604012
commit
05782350c4
1 changed files with 2 additions and 0 deletions
|
@ -859,6 +859,8 @@ ifeq ($(FTE_TARGET),morphos)
|
|||
#-Wno-pointer-sign unrecognised
|
||||
WARNINGFLAGS=-Wall
|
||||
|
||||
CFLAGS+=-D__MORPHOS_SHAREDLIBS
|
||||
|
||||
SV_DIR=sv_morphos
|
||||
SV_LDFLAGS=-ldl -lz
|
||||
|
||||
|
|
Loading…
Reference in a new issue