mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Correction
This commit is contained in:
parent
f779db6976
commit
30b11863b5
@ -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)/dsql/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 $(SRC_ROOT)/include/gen/codes.h | grep -v "#include" >> $(FW)/Headers/ibase.h
|
||||
echo "#endif /*IBASE_H*/" >> $(FW)/Headers/ibase.h
|
||||
headers_clean:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user