Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: invincible C0DER on June 15, 2013, 07:20:23 am

Title: Setting up static linikning in codeblocks
Post by: invincible C0DER on June 15, 2013, 07:20:23 am
Hello Everyone!

I just started using Code::Blocks a few months ao and now I am trying to use libraries like SFML, SDl and OpenGL. Though I could follow tutorials successfully from the internet, I was unable to find how to set up static linkages. So, please can anyone tell me how to set up static links in code::blocks?

Thanks
Title: Re: Setting up static linikning in codeblocks
Post by: oBFusCATed on June 15, 2013, 11:24:33 am
Read the manual and the faq on the http://wiki.codeblocks.org

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F
Title: Re: Setting up static linikning in codeblocks
Post by: invincible C0DER on June 15, 2013, 12:29:36 pm
thanks!