Вопрос о компилировании проекта

berserkk
Дата: 19.05.2011 12:05:53
Подскажите, пожалуйста!
Использую delphi 7
При выполнении Project -> Build All Projects возникают проблемы с LA30, зависанием и прочее, поскольку проект большой и может не только из-за этого и приходится исполнять танец с бубном. Мне бы хотелось, чтобы при внесении изменений в проект пересобиралась именно измененная его часть. На сколько я догадываюсь, за это может отвечать: Compile Project Ctrl+F9, Build Project, Compile All Projects. Можно объяснить, за что отвечают именно эти функциии чем они отличаются?
defecator
Дата: 19.05.2011 12:09:26
А разве кнопка F1 не дает ответы на вопросы ?
defecator
Дата: 19.05.2011 12:11:09
автор
Choose Compile from the Project Manager Project context menu to compile all files in the current project that have changed since it was last built. This command is similar to Build, except that Make/Compile builds only those files that have changed whereas Build rebuilds all files regardless of whether they have changed or not.


автор
Choose Project|Build All Projects to rebuild all the projects in your Project Group regardless of whether they have changed. This command is useful when you’ve changed global compiler directives or compiler options, to ensure that all code compiles in the proper state.

This option is identical to Project|Compile All Projects except that it rebuilds everything, whereas Project|Compile All Projects rebuilds only those files that have changed since the last build.

The Project|Build All Projects command recompiles all files included in the project group from top to bottom as they are listed in the Project Manager. Be sure to list projects in the order you want them compiled. You can reorder projects within a project group by right-clicking in the Project Manager with a project selected and choosing Build Sooner or Build Later.

To build a single project within a Project Group, choose Project|Build.
Maxim Rusov
Дата: 19.05.2011 12:19:20
Только вот compile косячит на порядок чаще чем build...
Ega
Дата: 19.05.2011 12:28:49
berserkk
Подскажите, пожалуйста!
Использую delphi 7
При выполнении Project -> Build All Projects возникают проблемы с LA30, зависанием и прочее, поскольку проект большой и может не только из-за этого и приходится исполнять танец с бубном. Мне бы хотелось, чтобы при внесении изменений в проект пересобиралась именно измененная его часть. На сколько я догадываюсь, за это может отвечать: Compile Project Ctrl+F9, Build Project, Compile All Projects. Можно объяснить, за что отвечают именно эти функциии чем они отличаются?


Братан, первой ветки оказалось недостаточно?
berserkk
Дата: 19.05.2011 13:15:46
defecator,

Спасибо, все понял