8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00
firebird-mirror/builds/posix/prefix.example
2003-07-14 11:23:04 +00:00

18 lines
536 B
Plaintext

#_____________________________________________________________________________
# 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
OS_ServerFiles=inet_server.cpp
LIB_LINK_OPTIONS:=
LIB_LINK_RPATH:=-Wl,-rpath,
LIB_LINK_SONAME:=-Wl,-soname,
EMBED_UTIL_TARGETS=gstat gds_drop gds_relay gsec
CLIENT_UTIL_TARGETS=gds_drop gds_delay gstat gsec fbguard fbmgr_bin
Physical_IO_Module=os/posix/unix.cpp