@@ -217,29 +217,24 @@ endif
ifdef DEDICATED
WITH_SDL:=
endif
##############################################################################
#
# Compiler configuration
CC=gcc
CXX=g++
ifdef MORPHOS
CC += -noixemul -pipe
CXX += -noixemul -pipe
# Executable file extension
ifdef WIN32
EXE=.exe
else
EXE=
# Set output executable names
TTD=openttd$(EXE)
ENDIAN_CHECK=endian_check$(EXE)
STRGEN=strgen/strgen$(EXE)
OSXAPP="OpenTTD.app"
@@ -360,24 +355,28 @@ ifdef BEOS
CDEFS += -DBEOS
LDFLAGS += -lmidi -lbe
ifdef WITH_NETWORK
ifdef BEOS_NET_SERVER
CDEFS += -DBEOS_NET_SERVER
# Zeta needs a few more libraries than R5
LDFLAGS += -lbind -lsocket
CFLAGS += -noixemul -pipe
ifdef SUNOS
CDEFS += -DSUNOS
LDFLAGS += -lnsl -lsocket
# SDL config
ifdef WITH_SDL
CDEFS += -DWITH_SDL
CFLAGS += `$(SDL-CONFIG) --cflags`
ifdef STATIC
Status change: