Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - new Variant name for a library: (1 Item)
   
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 _ ?