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
- right click on library in netbeans
- open properties
- build->archiver->output. @ end see name of lib (somename.a)
- change suiltable name need.
- rebuild project. go...
Comments
Post a Comment