8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00
firebird-mirror/builds/posix/prefix.example

19 lines
532 B
Plaintext
Raw Normal View History

#_____________________________________________________________________________
# Changing options based on module
# Something that Solaris was doing for intl libraries.
if $(eq $(ModuleName), "intl")
LIB_LINK_OPTIONS := -assert pure-text -assert nosymbolic
endif
2007-04-11 11:23:24 +02:00
# Firebird needs no RTTI
CXXFLAGS:= $(CXXFLAGS) -fno-rtti
OS_ServerFiles=inet_server.cpp
EMBED_UTIL_TARGETS=gstat gsec fbguard nbackup fb_lock_print
CLIENT_UTIL_TARGETS=gstat gsec fbguard nbackup fbmgr_bin fb_lock_print
Physical_IO_Module=os/posix/unix.cpp