Download List

项目描述

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.

系统要求

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

该lakeExtend库是添加了模块化。功能现在可以更换,即使任务之间切换很容易在lakefile。在(大幅改组)lakeUsr库建立在lakeExtend,并提供方便用户的功能。设置现在可以设置3种方式:通过命令行,从配置文件,并从一个lakefile。来源归纳为文件一起编译时,以减少和改善可维护性。
标签: 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

湖,化妆工具,使用您的C + +编译器生成,现在可以使用不同的builddirs。事实上,它们是标准的自动编译了。此外,现在湖记得在哪个文件在最后编译错误停止编译,因此它可以从那里再重新启动下一次。为汇编需要的检查是完全分开了,因此扩展解析头文件或包含指令很容易补充。
标签: 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

湖已经过测试,在Windows XP中使用Cygwin。一些小错误已得到修复。
标签: 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

关于Boost库已被删除的依赖。你所需要的是一个编译器了。
标签: 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

此版本只需要一个C + +编译器(GNU的C + +编译器3.3.3会)。 Boost库已不再运行LogiLogi.org做必要的。
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