Page 1 of 1

Compiling under MinGW

Posted: Tue May 12, 2009 7:35 pm
by rhempel
OK, I'm back after a bit of a break. I want to compile Love2D from source under MinGW - and I've got the 0.5.0 source tree handy.

I got the SDL and DevIL libs and headers and everything is built and linking using my own build framework.

Only problem is that there's no WinMain() in the source and it's the only unreferenced symbol.

Is there a build tree somewhere that has the source for building a Windows app under MinGW.

Re: Compiling under MinGW

Posted: Wed May 13, 2009 5:30 am
by bartbes
Since rude builds using msvc++, I don't think so..
You might just define main=WinMain, that should work, or change the name of the function. (You should check with arguments though)