Makefile ready to use with NMake?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
itzjac
Posts: 57
Joined: Fri Nov 17, 2006 7:41 pm
Location: Mexico City

Makefile ready to use with NMake?

Post by itzjac »

I would like to know if the Makefile provided for the 1.7.3 versions supports the Windows NMake. Is there a wiki, tutorial or reference on how to do this?
I know VStudio would be the best but I would like to know this alternative path.
Thanks in advance.
CuteAlien
Admin
Posts: 9721
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Makefile ready to use with NMake?

Post by CuteAlien »

I don't think so - the Makefile is written for the gnu-toolchain. Then again I never tried working with nmake, so don't know which differences that would need. But at least compiler-flags are probably different.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply