Re: Delphi language support in CMake build system
- From: "Maarten Wiltink" <maarten@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Oct 2008 23:28:07 +0200
"eric.lemings@xxxxxxxxx" <eric@xxxxxxxxxxx> wrote in message
news:aab9f68b-b2ba-47e8-8d27-8ac6de9647f7@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[...]
This example translates Delphi source directly into an executable.
Does anyone have an example of translating/compiling the source for a
simple Delphi program into an intermediate representation before
"linking" the executable?
Compiling individual units will generate .dcu files, which are object
files. Compiling the project file will generate an executable. It
should be possible to do that from object files without recompiling
or even having the source.
But the project file is source, and compiling it will both compile
and link it. Delphi was not built to play nice with other languages
and build systems. Or to syntax-check the project file (which may be
a complete program in itself), without even trying to link it if the
compile succeeds.
Groetjes,
Maarten Wiltink
.
- Follow-Ups:
- Re: Delphi language support in CMake build system
- From: Marco van de Voort
- Re: Delphi language support in CMake build system
- References:
- Delphi language support in CMake build system
- From: eric.lemings@xxxxxxxxx
- Re: Delphi language support in CMake build system
- From: Rob Kennedy
- Re: Delphi language support in CMake build system
- From: eric.lemings@xxxxxxxxx
- Re: Delphi language support in CMake build system
- From: Bart
- Re: Delphi language support in CMake build system
- From: eric.lemings@xxxxxxxxx
- Delphi language support in CMake build system
- Prev by Date: Re: Delphi language support in CMake build system
- Next by Date: Re: Inherited explained
- Previous by thread: Re: Delphi language support in CMake build system
- Next by thread: Re: Delphi language support in CMake build system
- Index(es):
Relevant Pages
|