Just downloaded code::block, very nice IDE!!!
Are there any guides to configure customized compile/link?
For linux, I am using APXS to create apache modules. Is there any way to specify APXS as my default compiler (i.e. apxs -c foo.c) and linker (i.e. apxs -i foo.la).
For Windows, I am using an ARM compiler provided by Verifone. I currently use Source Navigator to specify the customized compiler and link options. Thanks.