8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fix POSIX build after recent Claudio fix

This commit is contained in:
skidder 2004-10-07 20:25:40 +00:00
parent 57c0165984
commit a0b5535a05
2 changed files with 6 additions and 4 deletions

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.client.gpre,v 1.15 2004-09-26 22:37:24 skidder Exp $
# $Id: Makefile.in.client.gpre,v 1.16 2004-10-07 20:25:40 skidder Exp $
#
ROOT=..
ObjModuleType=std
@ -39,7 +39,8 @@ include $(ROOT)/gen/make.shared.variables
@SET_MAKE@
GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp
GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp \
common/fb_exception.cpp common/classes/alloc.cpp
GPRE_Files = gpre_meta.epp \
cmd.cpp cme.cpp cmp.cpp c_cxx.cpp exp.cpp gpre.cpp \
hsh.cpp int_cxx.cpp jrdmet.cpp movg.cpp msc.cpp par.cpp \

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.embed.gpre,v 1.15 2004-09-26 22:37:24 skidder Exp $
# $Id: Makefile.in.embed.gpre,v 1.16 2004-10-07 20:25:40 skidder Exp $
#
ROOT=..
ObjModuleType=std
@ -39,7 +39,8 @@ include $(ROOT)/gen/make.shared.variables
@SET_MAKE@
GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp
GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp \
common/fb_exception.cpp common/classes/alloc.cpp
GPRE_Files = gpre_meta.epp \
cmd.cpp cme.cpp cmp.cpp c_cxx.cpp exp.cpp gpre.cpp \
hsh.cpp int_cxx.cpp jrdmet.cpp movg.cpp msc.cpp par.cpp \