News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Suggestion of an C::B SDK Lib folder

Started by stahta01, December 29, 2007, 01:00:59 AM

Previous topic - Next topic

stahta01

Request For Comment:

While thinking about how to do an Code::Blocks SDK DevPak, I decided things would be better in Code::Blocks if a Library Folder for the SDK was created during building the SDK.

Example path for Library Folder c:\codeblocks\src\lib
Example use of it.

$(#CB.lib)
$(#CB.lib)/base

Proposed contents/layout of lib folder

lib/base/libtxml.a
lib/libcodeblocks.a
lib/libwxscintilla.a

Anyone agree or disagree with this Idea?

Anyone have feedback on the contents/layout of lib folder?

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]