8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Slight changes for linux compile to work with new ConfigRoot class

This commit is contained in:
skywalker 2002-11-09 13:23:56 +00:00
parent 5034cb79aa
commit 19addcf638
4 changed files with 9 additions and 7 deletions

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.boot.gpre,v 1.6 2002-11-01 13:21:54 kkuznetsov Exp $
# $Id: Makefile.in.boot.gpre,v 1.7 2002-11-09 13:23:56 skywalker Exp $
#
ROOT=..
ObjModuleName=boot.gpre
@ -57,7 +57,7 @@ GPRE_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(GPRE_Sources)))
GPREBOOT_Objects = $(JRDBOOT_Objects) $(GPRE_Objects)
GPREBOOT_Objects = $(JRDBOOT_Objects) $(GPRE_Objects) $(OS_SPECIFIC_Objects)
AllObjects = $(GPREBOOT_Objects)

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.libfbcommon,v 1.3 2002-10-07 01:29:09 skywalker Exp $
# $Id: Makefile.in.libfbcommon,v 1.4 2002-11-09 13:23:56 skywalker Exp $
#
ROOT=..
ObjModuleName=libfbcommon
@ -40,7 +40,7 @@ include $(ROOT)/gen/make.shared.variables
@SET_MAKE@
LIBFBCOMMON_Objects = $(FBMEMORY_Objects) $(FBCOMMON_Objects) $(FBUTIL_Objects)
LIBFBCOMMON_Objects = $(FBMEMORY_Objects) $(FBCOMMON_Objects) $(FBCONFIG_Objects)
AllObjects= $(LIBFBCOMMON_Objects)

View File

@ -195,7 +195,8 @@ SECURITY_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SECURITY_So
#
# fbutil
FBUTIL_ClientFiles=FirebirdConfig.cpp FirebirdConfigFile.cpp
FBUTIL_ClientFiles=
#FBUTIL_ClientFiles=FirebirdConfig.cpp FirebirdConfigFile.cpp
FBUTIL_ServerFiles=
FBUTIL_Files = $(FBUTIL_ClientFiles) $(FBUTIL_ServerFiles)

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.71 2002-11-07 14:06:13 eku Exp $
dnl $Id: configure.in,v 1.72 2002-11-09 13:23:55 skywalker Exp $
dnl ############################# INITIALISATION ###############################
@ -428,8 +428,9 @@ mkdir -p gen/client.util/utilities
mkdir -p gen/intl/intl
mkdir -p gen/libfbcommon/common/memory
mkdir -p gen/libfbcommon/common/config
mkdir -p gen/libfbcommon/fbutil
mkdir -p gen/boot.gpre/jrd
mkdir -p gen/boot.gpre/jrd/os/posix
mkdir -p gen/boot.gpre/gpre
mkdir -p gen/static.gpre
mkdir -p gen/static.gpre/jrd