mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
fixed posix built after latest changes
This commit is contained in:
parent
4b9dade83d
commit
ca83abfce9
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.client.isql,v 1.13 2005-12-20 12:14:52 alexpeshkoff Exp $
|
||||
# $Id: Makefile.in.client.isql,v 1.14 2007-03-28 11:32:13 alexpeshkoff Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleType=std
|
||||
@ -43,7 +43,7 @@ unexport ISC_USER
|
||||
unexport ISC_PASSWORD
|
||||
|
||||
ISQL_Other_Sources =
|
||||
ISQL_Files = extract.epp isql.epp show.epp
|
||||
ISQL_Files = extract.epp isql.epp show.epp Extender.cpp
|
||||
ISQL_Sources = $(addprefix isql/, $(ISQL_Files)) $(ISQL_Other_Sources)
|
||||
ISQL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(ISQL_Sources))))
|
||||
|
||||
|
@ -42,7 +42,7 @@ unexport ISC_USER
|
||||
unexport ISC_PASSWORD
|
||||
|
||||
ISQL_Other_Sources =
|
||||
ISQL_Files = extract.epp isql.epp show.epp
|
||||
ISQL_Files = extract.epp isql.epp show.epp Extender.cpp
|
||||
ISQL_Sources = $(addprefix isql/, $(ISQL_Files)) $(ISQL_Other_Sources)
|
||||
ISQL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(ISQL_Sources))))
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.refDatabases,v 1.29 2005-12-18 17:56:43 alexpeshkoff Exp $
|
||||
# $Id: Makefile.in.refDatabases,v 1.30 2007-03-28 11:32:13 alexpeshkoff Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleType=std
|
||||
@ -48,8 +48,8 @@ export DYLD_FRAMEWORK_PATH
|
||||
DYLD_FRAMEWORK_PATH= $(OBJS)/firebird
|
||||
export INTERBASE
|
||||
|
||||
MSG_SCRIPTS = msg.sql facilities.sql locales.sql history.sql messages.sql \
|
||||
symbols.sql system_errors.sql transmsgs.fr_FR.sql transmsgs.de_DE.sql
|
||||
MSG_SCRIPTS = msg.sql facilities2.sql locales.sql history2.sql messages2.sql \
|
||||
symbols2.sql system_errors2.sql transmsgs.fr_FR.sql transmsgs.de_DE.sql
|
||||
MSG_FILES = $(addprefix $(SRC_ROOT)/msgs/, $(MSG_SCRIPTS))
|
||||
|
||||
.PHONY: empty_db refDatabases
|
||||
|
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.static.isql,v 1.11 2005-12-18 17:56:43 alexpeshkoff Exp $
|
||||
# $Id: Makefile.in.static.isql,v 1.12 2007-03-28 11:32:13 alexpeshkoff Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleType=boot
|
||||
@ -44,7 +44,7 @@ unexport ISC_USER
|
||||
unexport ISC_PASSWORD
|
||||
|
||||
|
||||
ISQL_Files = extract.epp isql.epp show.epp
|
||||
ISQL_Files = extract.epp isql.epp show.epp Extender.cpp
|
||||
ISQL_Sources = $(addprefix isql/, $(ISQL_Files))
|
||||
ISQL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(ISQL_Sources))))
|
||||
|
||||
|
@ -215,7 +215,8 @@ FBUTIL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(FBUTIL_Source
|
||||
#
|
||||
# common/classes
|
||||
|
||||
FBCLASSES_ClientFiles=alloc.cpp locks.cpp fb_string.cpp timestamp.cpp TempFile.cpp
|
||||
FBCLASSES_ClientFiles=alloc.cpp locks.cpp fb_string.cpp timestamp.cpp \
|
||||
TempFile.cpp SafeArg.cpp MsgPrint.cpp BaseStream.cpp UserBlob.cpp
|
||||
FBCLASSES_ServerFiles=
|
||||
|
||||
FBCLASSES_Files= $(FBCLASSES_ClientFiles) $(FBCLASSES_ServerFiles)
|
||||
|
Loading…
Reference in New Issue
Block a user