Страница проекта на Google sites: http://sites.google.com/site/lazyproject/
Lazy Delphi Builder - это инструмент для:
- Быстрой перекомпиляции проектов с большим количеством связанных библиотек, без возни с файлами настроек.
- Для быстрой компиляции чужих проектов и компонент без их установки в IDE. (Например, чтобы быстро собрать демки из исходников)
- Для быстрой установки в IDE компонент из исходников, без необходимости прописывать кучу путей в Library Path.
- Для интеграции с другими build-инструментами. (будет версия для работы в командной строке)
- И главный плюс - это возможность жёстко задавать папки для всех типов выходных файлов (exe, bpl, dcp, dcu, res). Чтобы в папках с исходниками не оставалось никакого мусора.
Посмотреть видеопрезентацию: http://www.youtube.com/watch?v=P_vT9_ZBa1I
Проект находится в стадии разработки.
Project's page at Google Sites: http://sites.google.com/site/lazyproject/
Lazy Delphi builder is the ultimate tool for Delphi. Its functions are as follows:
- Recompile huge projects with great amount of linked packages, with no need to messing around with configs.
- Quickly compile somebody's projects and packages without opening IDE. (f.e. compile demos from sources without opening IDE)
- Quickly install components from sources into IDE, with no need to change your Library Path.
- Integrate with other build-tools. (planned feature)
- And main advantage - ability to strictly specify folders for all types of output files(exe, bpl, dcp, dcu, res).
Video tutorial can be found here: http://www.youtube.com/watch?v=P_vT9_ZBa1I
Project is in unstable/development stage