From 7448567c53b36992db9ab96d6077d0fc8bdf519e Mon Sep 17 00:00:00 2001 From: jfiat Date: Fri, 7 Dec 2007 12:15:52 +0000 Subject: [PATCH] Fully automated EiffelStudio's building using geant scripts: It integrates part of the work done by "es-make" project from ETH (mainly on the checker script) This is a first step in rewriting the previous $EIFFEL_SRC/scripts/*.eant scripts to build 'ec' and make a new delivery. Added a few standalone geant scripts in the EiffelStudio's source code, to ease the compilation. git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@71410 8089f293-4706-0410-a29e-feb5c42a2edf --- Clib/build.eant | 24 ++++++++++++++++++++++++ build.eant | 28 ++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 Clib/build.eant create mode 100644 build.eant diff --git a/Clib/build.eant b/Clib/build.eant new file mode 100644 index 00000000..ca40ab29 --- /dev/null +++ b/Clib/build.eant @@ -0,0 +1,24 @@ + + + + + description: "cURL Clib library compilation" + + + + + + + + + + + + + + + + + + + diff --git a/build.eant b/build.eant new file mode 100644 index 00000000..221aa5b3 --- /dev/null +++ b/build.eant @@ -0,0 +1,28 @@ + + + + + description: "cURL library compilation" + + + + + + + + + + + + + + + + + + + + + +