mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
No more ibconfig
This commit is contained in:
parent
99531e582c
commit
e506c6fbd2
@ -100,7 +100,7 @@ $(FilesToAddDialog2): $(GEN_ROOT)/iscguard/iscguard.res
|
||||
# Explicit dependence of resource script
|
||||
$(GEN_ROOT)/remote/os/win32/window.res: $(SRC_ROOT)/remote/os/win32/window.rc $(SRC_ROOT)/remote/os/win32/window.rh \
|
||||
$(SRC_ROOT)/jrd/version.rc $(SRC_ROOT)/jrd/build_no.h $(SRC_ROOT)/remote/os/win32/property.rc \
|
||||
$(SRC_ROOT)/remote/os/win32/property.rh $(SRC_ROOT)/remote/os/win32/ibconfig.rc
|
||||
$(SRC_ROOT)/remote/os/win32/property.rh
|
||||
|
||||
$(GEN_ROOT)/iscguard/iscguard.res: $(SRC_ROOT)/iscguard/iscguard.rc $(SRC_ROOT)/iscguard/iscguard.rh \
|
||||
$(SRC_ROOT)/jrd/version.rc
|
||||
|
@ -27,7 +27,7 @@ PLATFORM_PATH=os/win32
|
||||
|
||||
OS_SPECIFIC_Files=thd_priority.cpp
|
||||
|
||||
OS_ServerFiles= os/win32/srvr_w32 os/win32/window.cpp os/win32/chop.cpp os/win32/property.cpp os/win32/ibconfig.cpp os/win32/cntl.cpp
|
||||
OS_ServerFiles= os/win32/srvr_w32 os/win32/window.cpp os/win32/chop.cpp os/win32/property.cpp os/win32/cntl.cpp
|
||||
|
||||
# Override link command for implicit stdc++ linking
|
||||
LIB_LINK=$(LD)
|
||||
@ -76,8 +76,8 @@ LINK_UDF = $(LIB_LINK) $(LIB_LINK_OPTIONS) $(call LIB_LINK_SONAME,$(1).$(SHRLIB_
|
||||
LINK_UDF_LIBS =
|
||||
|
||||
# Special options for trace plugin link
|
||||
LINK_TRACE_LIBS = -L$(LIB) $(SO_LINK_LIBS)
|
||||
LINK_TRACE_LIBS = -L$(LIB) $(SO_LINK_LIBS) $(ICU_LIBS)
|
||||
|
||||
# This is ugly HACK!!! Must be removed as soon as somebody find
|
||||
# a way to use routines from server
|
||||
TRACE_OS_Sources = jrd/gds.cpp
|
||||
TRACE_OS_Sources = jrd/gds.cpp jrd/isc_ipc.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user