[Klone-users] Integrate with Borland C++ 6.0
thomas fossati
tho at koanlogic.com
Fri Mar 7 04:26:27 EST 2008
Hi,
On Mar 7, 2008, at 5:15 AM, Trung, Tran Minh wrote:
> I have a program which developed in Borland C++ 6.0. And now I want
> to develop an application (reuse the program which developed in
> Borland) on KLone which is compiled by Borland. I mean that can I
> integrate KLone into Borland C++ !?
The klone build machinery is a pretty complex piece of code based on
GNU make. I don't know Borland, but if it provides a set of command
line tools (compiler, linker, preprocessor, ...) you could try to
build a custom toolchain file and supply it to klone.
Anyway, operating in the opposite direction (i.e. porting your
application to the GNU toolchain and use it as an external lib via
WEBAPP_LDADD) can be an easier task - I think.
ciao, t.
More information about the klone-users
mailing list