code from example HelloWorld
#ifdef _IRR_WINDOWS_
#pragma comment(lib, "Irrlicht.lib")
where does the engine define _IRR_WINDOWS_ ,I don't find it in the command line.
Question about complie
Re: Question about complie
In the Irrlicht headers. IrrCompileConfig.h to be exact.
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 2
- Joined: Wed Sep 17, 2014 12:02 pm
Re: Question about complie
thanks a lot ,that really helpCuteAlien wrote:In the Irrlicht headers. IrrCompileConfig.h to be exact.