|
Guillaume Varlet
|
new Variant name for a library
|
|
Guillaume Varlet
10/27/2010 9:45 AM
post72631
|
new Variant name for a library
Hello.
I'm trying to create a new variant of a library that is accessing some HW either IO or Memory mapped.
The aim is to create a lib IO mapped that will be called library_io.so
On the IDE, I have created a new variant called io on the x86 cpu variant.
I understood that if I want to have the new variant name appening at the end of the library name, I have th comment
EXTRA_SILENT_VARIANTS+=io
Then when I build my variant io, the name is library-io.so
That's not so bad, but the library HAVE TO be named library_io.so.
Any chance to exchange the - by an _ ?
|
|
|
|
|