(Solved)Making SDL Settings Default in Dev C++

Started by
2 comments, last by wkiffer 17 years, 9 months ago
I'm using Dev C++ to get started using SDL, however for now the only way I can get my SDL programs to work is to start a new project then go to the project options and set it to a win32 GUI and paste "-lmingw32 -lSDLmain -lSDL" in the Linker part under parameters. Is there any way to make this a default or some way to make it so I don't have to do this, so I can just make a new aource code of an SDL script instead of making a whole new project? Thanks, Will. [Edited by - wkiffer on July 24, 2006 11:16:31 AM]
Advertisement
just create a template, if you've installed SDL through the SDL devpak(by going tools->check for updates in dev-C++, or from devpaks.org) it'll give you the option under the multimedia tab to create an SDL project with those settings already defined for you.
If you instal sdl from dev-cpp tools->package updater you will have an option to create a sdl project in File->New->Project Multimedia. Just select SDL and you will have already configured SDL project.
Wow, I never even saw the MultiMedia Tab up there...such a simple solution too.

Thanks for the responses guys.
Will.

This topic is closed to new replies.

Advertisement