Télécharger la liste

Description du projet

LogiLogi.org Make is yet another make replacement,
but one that allows you to create your makefile in
C++. A header and footer are added to it, and it's
then compiled using your C++ compiler. Afther that
it's run, and that's the point where your other
sources are being compiled. Thanks to the lakeUsr
extension library (which is included), many
(possibly complex) compile commands can be given
with one simple function call. The lakeUsr library
features compilation of source trees, compilation
of static libraries, installation of libraries and
headers, and cleaning. LogiLogi.org Make was
inspired by Icmake.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-23 00:45
0.4.0

La bibliothèque lakeExtend a été ajouté pour la modularité. Cette fonction peut désormais être remplacée et est passé sans difficulté, même entre les tâches dans un lakefile. The (radicalement restructuré) Bibliothèque lakeUsr s'appuie sur lakeExtend et fournit des fonctions d'utilisation facile. Les paramètres peuvent maintenant être mis de 3 façons: à partir de la ligne de commande, à partir de fichiers de configuration, et à partir d'un lakefile. Des sources ont été regroupées dans des fichiers afin de réduire la compilation et à améliorer la maintenabilité.
Tags: Major feature enhancements
The lakeExtend library was added for modularity. Functionality can now be replaced and switched easily even between tasks in a lakefile. The (drastically restructured) lakeUsr library builds upon lakeExtend and provides easy user functions. Settings can now be set in 3 ways: from the command line, from config files, and from within a lakefile. Sources were grouped together in files to reduce compile time and to improve maintainability.

2005-10-05 19:53
0.3.0

Lac, le make-outil qui utilise votre compilateur C + + pour la compilation makefile, peuvent désormais utiliser builddirs séparé. En fait, ils sont la norme pour la compilation automatique maintenant. Aussi, le lac se souvient maintenant à quel fichier de compilation s'arrête à la dernière erreur de compilation, de sorte qu'il peut redémarrer à partir de là la prochaine fois. Les contrôles de la nécessité de compilation sont totalement séparés maintenant, ainsi que les directives des extensions des fichiers en-tête analyser ou comprendre sont faciles à ajouter.
Tags: Major feature enhancements
Lake, the make-tool that uses your C++ compiler for makefile compilation, can now use separate builddirs. In fact, they are standard for automatic compilation now. Also, Lake now remembers at which file compilation stopped at the last compile error, so it can restart from there again next time. The checks for the need of compilation are completely separate now, so extensions that parse header files or include directives are easy to add.

2004-12-25 21:02
0.2.2

Lake a été testé sur Windows XP avec Cygwin. Juste quelques petits bugs ont été corrigés.
Tags: Code cleanup
Lake has been tested on Windows XP using Cygwin. A
few small bugs have been fixed.

2004-10-21 17:37
0.2.1

La dépendance sur la bibliothèque Boost a été supprimée. Tout ce qu'il faut est un compilateur maintenant.
Tags: Minor feature enhancements
The dependency on the Boost library has been
removed. All you need is a compiler now.

2004-10-15 16:37
0.2.0

Ce communiqué n'a besoin que d'un C + + (compilateur GNU C + + compiler 3.3.3 fera l'affaire). La bibliothèque Boost n'est plus nécessaire pour faire fonctionner LogiLogi.org Make.
This release needs only a C++ compiler (the GNU C++ compiler 3.3.3 will
do). The Boost library is no longer necessary for running LogiLogi.org
Make.

Project Resources