mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
16 lines
503 B
Plaintext
16 lines
503 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
|
|
|
|
EMBED_UTIL_TARGETS=gstat gds_drop gds_relay gsec nbackup fb_lock_print
|
|
CLIENT_UTIL_TARGETS=gds_drop gds_relay gstat gsec fbguard fbmgr_bin nbackup fb_lock_print
|
|
|
|
Physical_IO_Module=os/posix/unix.cpp
|