From: Treeve J. <tr...@sc...> - 2016-10-25 15:57:37
|
On Tue, 25 Oct 2016 18:32:44 +0300, Egor Pugin wrote: > Why not cmake? It handles everything for you. > small problem with cmake From 2f0f7fa7f68f5e1c07a14c465c8d8ac7e07437b5 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert <tr...@so...> Date: Mon, 13 Jun 2016 20:44:30 +0200 Subject: [PATCH 4/5] pcmet.epp no longer exists --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 583c4c8..1344d1b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -54,7 +54,6 @@ set(epp_boot_gds_files jrd/grant.epp jrd/ini.epp jrd/met.epp - jrd/pcmet.epp jrd/scl.epp jrd/Function.epp ) @@ -484,7 +483,6 @@ set(engine12_generated_src jrd/grant.epp jrd/ini.epp jrd/met.epp - jrd/pcmet.epp jrd/scl.epp utilities/gstat/dba.epp ) -- 2.10.0 > On 25 October 2016 at 16:55, marius adrian popa <ma...@gm...> > wrote: >> I have added the makefile needed for Android x86/arm64/x86_64 >> >> Please review and merge >> >> https://github.com/FirebirdSQL/firebird/pull/59 >> >> I will add them to master also >> >> >> ------------------------------------------------------------------------------ >> The Command Line: Reinvented for Modern Developers >> Did the resurgence of CLI tooling catch you by surprise? >> Reconnect with the command line and become more productive. >> Learn the new .NET and ASP.NET CLI. Get your free copy! >> http://sdm.link/telerik >> Firebird-Devel mailing list, web interface at >> https://lists.sourceforge.net/lists/listinfo/firebird-devel >> |