thanks a lot ,that really helpCuteAlien wrote:In the Irrlicht headers. IrrCompileConfig.h to be exact.
Search found 2 matches
- Thu Sep 18, 2014 2:14 am
- Forum: Beginners Help
- Topic: Question about complie
- Replies: 2
- Views: 317
Re: Question about complie
- Wed Sep 17, 2014 12:09 pm
- Forum: Beginners Help
- Topic: Question about complie
- Replies: 2
- Views: 317
Question about complie
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.
#ifdef _IRR_WINDOWS_
#pragma comment(lib, "Irrlicht.lib")
where does the engine define _IRR_WINDOWS_ ,I don't find it in the command line.