Talk:Using CodeBlocks
From wiki.gp2x.org
- what OS is this for? -Synkro 06:13, 18 January 2006 (PST)
It's a cross-platform IDE. I'm using it on FreeBSD, but there are Windows and Linux versions available as well.
Talk on page
Q: From yaustar: "Can anyone explain why or what the differences are?" A: Here you are statically linking libraries to the build. e.g. -lSDL means you are adding libSDL to the build. You do not need to do this step if you are not using any libraries. Q: I was referring to the two different lines above for linking the libraries. More specifically the --start-group and --end-group areas.