Set name for c++ static library in netbeans -


i have project named library-myproject , located within directory ./library-myproject/. when compile project artifact called liblibrary-myproject wasn't problem while developed , tested library, when need use part of project can't live name.

going through every single settings in netbeans 8.02rc i'm still unable find way change name of artifact, if change name of project. attempting change makefile futile since netbeans recreates every time.

you can edit output name netbeans project

  1. right click on library in netbeans
  2. open properties
  3. build->archiver->output. @ end see name of lib (somename.a)
  4. change suiltable name need.
  5. rebuild project. go...

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -