mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Move cntl.cpp to OS_ServerFiles
This commit is contained in:
parent
393a57af04
commit
37b2fb6957
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.fbserver,v 1.5 2003-03-05 16:07:13 brodsom Exp $
|
||||
# $Id: Makefile.in.fbserver,v 1.6 2003-03-06 13:16:15 brodsom Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleName=fbserver
|
||||
@ -44,7 +44,7 @@ IPSERVER_Files = $(WIN_IPSERVER_Files)
|
||||
IPSERVER_Sources = $(addprefix ipserver/, $(IPSERVER_Files))
|
||||
IPSERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(IPSERVER_Sources))))
|
||||
|
||||
SERVER_Files = $(OS_ServerFiles) server.cpp cntl.cpp
|
||||
SERVER_Files = $(OS_ServerFiles) server.cpp
|
||||
SERVER_Sources = $(addprefix remote/, $(SERVER_Files))
|
||||
SERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SERVER_Sources))))
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.inet_server,v 1.7 2003-03-05 20:59:06 brodsom Exp $
|
||||
# $Id: Makefile.in.inet_server,v 1.8 2003-03-06 13:16:15 brodsom Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleName=inet_server
|
||||
@ -43,7 +43,7 @@ IPSERVER_Files = $(WIN_IPSERVER_Files)
|
||||
IPSERVER_Sources = $(addprefix ipserver/, $(IPSERVER_Files))
|
||||
IPSERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(IPSERVER_Sources))))
|
||||
|
||||
SERVER_Files = $(OS_ServerFiles) server.cpp cntl.cpp
|
||||
SERVER_Files = $(OS_ServerFiles) server.cpp
|
||||
SERVER_Sources = $(addprefix remote/, $(SERVER_Files))
|
||||
SERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SERVER_Sources))))
|
||||
|
||||
|
@ -25,7 +25,7 @@ JRDBOOT_Extra_Files=isc_sync.cpp thd.cpp
|
||||
|
||||
OS_SPECIFIC_Files=thd_priority.cpp
|
||||
|
||||
OS_ServerFiles=srvr_w32 window.cpp chop.cpp property.cpp ibconfig.cpp
|
||||
OS_ServerFiles=srvr_w32 window.cpp chop.cpp property.cpp ibconfig.cpp cntl.cpp
|
||||
|
||||
LIB_LINK_OPTIONS:=-shared
|
||||
LIB_LINK_RPATH:=-Wl,-rpath,
|
||||
|
Loading…
Reference in New Issue
Block a user