How to build SDL 1.3 with code blocks?

Hello there
I would like to use SDL 1.3, but I use codeblocks;
since there is no ?Codeblocks? folder or project in the SDL1.3 archive,
do you know a way to build libSDL.la, libSDL.dll.a, and libSDLmain using codeblocks (=> mingW32)?
Best regards & thank you all
Globoeil
-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: image/png
Size: 1041 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20110316/af46fbdc/attachment.png

You can use MSYS(which are included in MinGW) tools, so it will look exactly as on *nix systems:
./configure
make
make install

And after that you will be able to link SDL libraries to you code blocks project.

Thank you a lot, worked perfectly for me (except I have a segfault with
IMG_Load, but it’s an other thing…)
Here is a quick tutorial, maybe will help someone help:
http://blog.pantokrator.net/2006/08/08/setting-up-msysmingw-build-system-for-compiling-sdlopengl-applications/

Thanks again :slight_smile:

-----Message d’origine-----From: Gordiychuck Oleg
Sent: Saturday, March 19, 2011 11:35 PM
To: SDL Development List
Subject: Re: [SDL] How to build SDL 1.3 with code blocks?

You can use MSYS(which are included in MinGW) tools, so it will look exactly
as on *nix systems:
./configure
make
make install

And after that you will be able to link SDL libraries to you code blocks
project.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org