On 9/5/07, skaller <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-09-05 at 12:00 +0200, Rhythmic Fistman wrote:
> > Scrisse skaller:
> >
> > > Now, suppose your C/C++ program needs a library, in Unix
> > > called /usr/lib/libfoo.so or /usr/lib/libfoo.a.
> > >
> > > To use it we first create the file
> > >
> > >         config/foo.fpc
> >
> > This reminds me... my projects that use felix are
> > by now totally dependent on it, so I was thinking of
> > switching to the felix build system. My first idea was
> > to use the c++ compiler python scripts to get "free"
> > visual studio builds of my app, but there's probably
> > a simpler way, i.e. making my app some sort
> > of felix plugin, but... how?
> >
>
> Exactly the point really .. you can't, short of wrapping
> the lot in
>
>         body """ #include "myfile.cpp" """;
>
> There should be a way.

How about the original idea of calling cpp_compiler.build_dll()
(I forget the exact names). There's no reason I can't call those
things is ther?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to