Newer versions of gcc toolchain support Windows-style libs in the form NAME.lib.
Still when importing projects from VS library names are converted to libNAME.a
How can I change this behavior?
Thanks
How to disable libNAME.a formatting on import
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Fri Feb 26, 2010 7:13 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to disable libNAME.a formatting on import
You cant atm.
You will need to change the sources for that
Eran
You will need to change the sources for that
Eran
Make sure you have read the HOW TO POST thread