yvesdm3000 / ClangLib

Code::Blocks plugin integrating various features of LLVM Clang.
5 stars 4 forks source link

* clanglib-unix.cbp: Removed hard coded paths. (Thanks stahta01) #6

Closed stahta01 closed 8 years ago

stahta01 commented 8 years ago

And, changed to targets "use_pch" and "no_pch". Where PCH means Precompiled Headers. Also, added before and after steps. And, removed lib prefix on so file.

I also, added the creation of clanglib.cbplugin.

Tim S.