mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Trying to fix posix build of gfix
This commit is contained in:
parent
bbe664858e
commit
99651f72d6
@ -39,7 +39,7 @@ include $(ROOT)/gen/make.shared.variables
|
||||
@SET_MAKE@
|
||||
|
||||
|
||||
GFIX_Other_Sources = jrd/isc.cpp jrd/ThreadData.cpp jrd/path_utils.cpp common/UtilSvc.cpp
|
||||
GFIX_Other_Sources = jrd/isc.cpp jrd/ThreadData.cpp jrd/path_utils.cpp common/UtilSvc.cpp common/classes/UserBlob.cpp
|
||||
|
||||
GFIX_Files = alice_meta.epp alice.cpp exe.cpp tdr.cpp aliceMain.cpp
|
||||
GFIX_Sources = $(addprefix alice/, $(GFIX_Files)) $(GFIX_Other_Sources)
|
||||
|
@ -43,7 +43,7 @@ GFIX_Files = alice_meta.epp \
|
||||
alice.cpp exe.cpp tdr.cpp aliceMain.cpp
|
||||
|
||||
GFIX_Other_Sources += jrd/isc.cpp jrd/ThreadData.cpp jrd/path_utils.cpp \
|
||||
common/UtilSvc.cpp
|
||||
common/UtilSvc.cpp common/classes/UserBlob.cpp
|
||||
|
||||
GFIX_Sources = $(addprefix alice/, $(GFIX_Files)) $(GFIX_Other_Sources)
|
||||
GFIX_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(GFIX_Sources))))
|
||||
|
Loading…
Reference in New Issue
Block a user