MurCode
Форумы
Поиск
О проекте
Delphi
Новое сообщение
Чем отличается "Build" от "Compile" ???
Антохин
Дата: 28.04.2011 08:23:56
Ато какая-то каша в голове по этому вопросу...
Tactical Nuclear Penguin
Дата: 28.04.2011 08:33:15
Delphi help
Choose Project|Build project to rebuild all the components of a project 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 project except that it rebuilds everything, whereas Project|Compile rebuilds only those files
that have changed since the last build.
Антохин
Дата: 28.04.2011 10:05:54
Tactical Nuclear Penguin,
Спасибо пингвин)