"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/CMakeLists.txt" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

CMakeLists.txt  (Firebird-3.0.2.32703-0.tar.bz2):CMakeLists.txt  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 57 skipping to change at line 57
dsql/metd.epp dsql/metd.epp
dsql/DdlNodes.epp dsql/DdlNodes.epp
dsql/PackageNodes.epp dsql/PackageNodes.epp
jrd/dfw.epp jrd/dfw.epp
jrd/dpm.epp jrd/dpm.epp
jrd/dyn_util.epp jrd/dyn_util.epp
jrd/fun.epp jrd/fun.epp
jrd/grant.epp jrd/grant.epp
jrd/ini.epp jrd/ini.epp
jrd/met.epp jrd/met.epp
jrd/pcmet.epp
jrd/scl.epp jrd/scl.epp
jrd/Function.epp jrd/Function.epp
) )
set(epp_master_files set(epp_master_files
auth/SecurityDatabase/LegacyManagement.epp auth/SecurityDatabase/LegacyManagement.epp
msgs/build_file.epp msgs/build_file.epp
misc/codes.epp misc/codes.epp
qli/help.epp qli/help.epp
qli/meta.epp qli/meta.epp
qli/proc.epp qli/proc.epp
skipping to change at line 354 skipping to change at line 353
######################################## ########################################
# LIBRARY burp # LIBRARY burp
######################################## ########################################
add_library (burp ${burp_src} ${burp_generated_src_master}) add_library (burp ${burp_src} ${burp_generated_src_master})
######################################## ########################################
# LIBRARY common # LIBRARY common
######################################## ########################################
file(GLOB common_src "common/*.cpp" "common/classes/*.cpp" "common/config/*.cpp" "common/os/${OS_DIR}/*.cpp") file(GLOB common_src "common/*.cpp" "common/classes/*.cpp" "common/config/*.cpp" "common/os/${OS_DIR}/*.cpp" "common/sha2/*.cpp")
file(GLOB_RECURSE common_include "common/*.h") file(GLOB_RECURSE common_include "common/*.h")
if (APPLE) if (APPLE)
file(GLOB common_os_src "common/os/posix/*.cpp") file(GLOB common_os_src "common/os/posix/*.cpp")
list(REMOVE_ITEM common_os_src ${CMAKE_CURRENT_BINARY_DIR}/common/os/posix/m od_loader.cpp) list(REMOVE_ITEM common_os_src ${CMAKE_CURRENT_BINARY_DIR}/common/os/posix/m od_loader.cpp)
endif() endif()
add_library (common ${common_src} ${common_os_src} ${common_incl ude}) add_library (common ${common_src} ${common_os_src} ${common_incl ude})
target_link_libraries (common ${LIB_mpr}) target_link_libraries (common ${LIB_mpr})
add_dependencies_cc (common UpdateCloopInterfaces) add_dependencies_cc (common UpdateCloopInterfaces)
skipping to change at line 474 skipping to change at line 473
dsql/metd.epp dsql/metd.epp
dsql/PackageNodes.epp dsql/PackageNodes.epp
jrd/dfw.epp jrd/dfw.epp
jrd/dpm.epp jrd/dpm.epp
jrd/dyn_util.epp jrd/dyn_util.epp
jrd/fun.epp jrd/fun.epp
jrd/Function.epp jrd/Function.epp
jrd/grant.epp jrd/grant.epp
jrd/ini.epp jrd/ini.epp
jrd/met.epp jrd/met.epp
jrd/pcmet.epp
jrd/scl.epp jrd/scl.epp
utilities/gstat/dba.epp utilities/gstat/dba.epp
) )
add_epp_suffix(engine12_generated_src boot) add_epp_suffix(engine12_generated_src boot)
add_epp_suffix(engine12_generated_src master) add_epp_suffix(engine12_generated_src master)
file(GLOB_RECURSE engine12_include "dsql/*.h" "jrd/*.h" include/gen/iberror.h) file(GLOB_RECURSE engine12_include "dsql/*.h" "jrd/*.h" include/gen/iberror.h)
add_library (engine12_common ${engine12_src} ${engine12_include} ${parse_src}) add_library (engine12_common ${engine12_src} ${engine12_include} ${parse_src})
add_dependencies_cc (engine12_common parse UpdateCloopInterfaces) add_dependencies_cc (engine12_common parse UpdateCloopInterfaces)
 End of changes. 3 change blocks. 
3 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)