mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Removing llio* and codes.h
This commit is contained in:
parent
97962f6011
commit
42a695a67f
@ -1957,11 +1957,6 @@
|
||||
path = blrtable.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C4570200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = codes.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C4580200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = codetext.h;
|
||||
@ -3921,11 +3916,6 @@
|
||||
path = boot_codes;
|
||||
refType = 4;
|
||||
};
|
||||
F616C5870200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = codes.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C5880200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = codetext.h;
|
||||
@ -4791,21 +4781,6 @@
|
||||
path = license.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C63D0200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = llio.cpp;
|
||||
refType = 4;
|
||||
};
|
||||
F616C63E0200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = llio.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C63F0200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = llio_proto.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C6400200B0CF01EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = lls.h;
|
||||
@ -5898,11 +5873,6 @@
|
||||
path = misc;
|
||||
refType = 4;
|
||||
};
|
||||
F616C7F40200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = codes.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C7F50200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = codetext.h;
|
||||
|
@ -361,7 +361,7 @@ fw_files_:
|
||||
headers_:
|
||||
-mkdir -p $(FB_FW)/Versions/A/Headers
|
||||
echo "#ifndef IBASE_H" > $(FW)/Headers/ibase.h
|
||||
cat $(SRC_ROOT)/include/fb_types.h $(SRC_ROOT)/jrd/sqlda_pub.h $(SRC_ROOT)/jrd/dsc_pub.h $(SRC_ROOT)/jrd/ibase.h $(SRC_ROOT)/jrd/inf_pub.h $(SRC_ROOT)/include/gen/iberror.h $(SRC_ROOT)/jrd/blr.h $(SRC_ROOT)/include/gen/codes.h | grep -v "#include" >> $(FW)/Headers/ibase.h
|
||||
cat $(SRC_ROOT)/include/fb_types.h $(SRC_ROOT)/jrd/sqlda_pub.h $(SRC_ROOT)/jrd/dsc_pub.h $(SRC_ROOT)/jrd/ibase.h $(SRC_ROOT)/jrd/inf_pub.h $(SRC_ROOT)/include/gen/iberror.h $(SRC_ROOT)/jrd/blr.h | grep -v "#include" >> $(FW)/Headers/ibase.h
|
||||
echo "#endif /*IBASE_H*/" >> $(FW)/Headers/ibase.h
|
||||
headers_clean:
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.codes,v 1.16 2004-04-30 23:02:07 brodsom Exp $
|
||||
# $Id: Makefile.in.codes,v 1.17 2004-05-10 07:19:16 brodsom Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleType=std
|
||||
@ -51,7 +51,7 @@ include $(ROOT)/gen/make.shared.variables
|
||||
|
||||
.PHONY: generated_headers
|
||||
|
||||
#CODES_OutFiles= gds_codes.pas gds_codes.ftn codes.h iberror.h codetext.h \
|
||||
#CODES_OutFiles= gds_codes.pas gds_codes.ftn iberror.h codetext.h \
|
||||
# msgs.h rdb_codes.h sql_code.h msg_facs.h
|
||||
#CODES_Results=$(addprefix include/gen/, $(CODES_OutFiles))
|
||||
CODES_Sources = misc/codes.epp
|
||||
|
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.firebird,v 1.55 2004-05-08 03:28:10 skidder Exp $
|
||||
# $Id: Makefile.in.firebird,v 1.56 2004-05-10 07:19:16 brodsom Exp $
|
||||
#
|
||||
|
||||
ROOT=..
|
||||
@ -65,9 +65,9 @@ export DYLD_FRAMEWORK_PATH
|
||||
# This is possible because of a special version of gpre_meta.cpp,
|
||||
# gpre_meta_boot.cpp. It is a copy of the gpre_meta.epp file with all
|
||||
# the embeded commands removed. There are pregenerated copy of the
|
||||
# codes.h and related files in the source tree. These are used for the
|
||||
# iberror.h and related files in the source tree. These are used for the
|
||||
# entire build process. In the future we should check for the ability
|
||||
# to regenerate codes.h and friends (ie, a working FB install) and only
|
||||
# to regenerate iberror.h and friends (ie, a working FB install) and only
|
||||
# use the static files as a last resort.
|
||||
#
|
||||
# The bootstrap version of gpre (gpre_boot) is used to build all the
|
||||
@ -88,7 +88,7 @@ export DYLD_FRAMEWORK_PATH
|
||||
#
|
||||
# All of the aforementioned work is done in the
|
||||
# first phase of the compilation. I called it the first phase because
|
||||
# none of the work (except codes.h and friends) requires database access.
|
||||
# none of the work (except iberror.h and friends) requires database access.
|
||||
# Phase 2 builds all the tools necessary to compile the rest of FB. Those
|
||||
# tools are gbak and the gds.$(SHRLIB_EXT) shared library.
|
||||
#
|
||||
|
@ -339,10 +339,6 @@ SOURCE=..\..\..\src\jrd\lck.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\log.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -629,10 +625,6 @@ SOURCE=..\..\..\src\jrd\cmp_proto.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\codes.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\codetext.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -965,14 +957,6 @@ SOURCE=..\..\..\src\jrd\license.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio_proto.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\lls.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -330,10 +330,6 @@ SOURCE=..\..\..\src\jrd\lck.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\log.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -598,10 +594,6 @@ SOURCE=..\..\..\src\jrd\cmp_proto.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\codes.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\codetext.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -934,14 +926,6 @@ SOURCE=..\..\..\src\jrd\license.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio_proto.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\lls.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -318,10 +318,6 @@ SOURCE=..\..\..\src\jrd\lck.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\log.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -598,10 +594,6 @@ SOURCE=..\..\..\src\jrd\cmp_proto.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\codes.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\codetext.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -934,14 +926,6 @@ SOURCE=..\..\..\src\jrd\license.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio_proto.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\lls.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -149,10 +149,6 @@ SOURCE=..\..\..\src\jrd\isc_file.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\status.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
|
@ -213,10 +213,6 @@ SOURCE=..\..\..\src\jrd\isc_file.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\llio.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\jrd\status.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
|
@ -287,9 +287,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\lck.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\log.cpp">
|
||||
</File>
|
||||
@ -496,9 +493,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\cmp_proto.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\codes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\codetext.h">
|
||||
</File>
|
||||
@ -751,12 +745,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\license.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio_proto.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\lls.h">
|
||||
</File>
|
||||
|
@ -285,9 +285,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\lck.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\log.cpp">
|
||||
</File>
|
||||
@ -493,9 +490,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\cmp_proto.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\codes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\codetext.h">
|
||||
</File>
|
||||
@ -748,12 +742,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\license.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio_proto.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\lls.h">
|
||||
</File>
|
||||
|
@ -288,9 +288,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\lck.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\log.cpp">
|
||||
</File>
|
||||
@ -493,9 +490,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\cmp_proto.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\codes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\codetext.h">
|
||||
</File>
|
||||
@ -748,12 +742,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\license.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio_proto.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\lls.h">
|
||||
</File>
|
||||
|
@ -191,9 +191,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\isc_file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\status.cpp">
|
||||
</File>
|
||||
|
@ -241,9 +241,6 @@
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\isc_file.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\llio.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\status.cpp">
|
||||
</File>
|
||||
|
Loading…
Reference in New Issue
Block a user