Hi:
I'm trying to change a project type in settings from dynamic library to static one.
However, after a rebuild, there seems to be nothing changed.
I manually changed the produced file from output.so to output.a .
File size not changed at all.
I was considering, if I change the project type, CodeLite should automatically do something, rather than let me manually set up everything else, right?
Best Regards
JIA Pei
Change CodeLite project from dynamic to static...
-
- CodeLite Expert
- Posts: 115
- Joined: Wed Dec 30, 2009 8:29 am
- Genuine User: Yes
- IDE Question: C++
- Location: Surrey, BC, Canada
- Contact:
Change CodeLite project from dynamic to static...
Last edited by jiapei100 on Sat Jan 02, 2010 6:45 pm, edited 1 time in total.
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Change CodeLite project from dynamic to static...
To change the project type, you need to change the type + the output (both on the 'General' page of the project settings).
Eran
Eran
Make sure you have read the HOW TO POST thread