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.

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
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