Hello,
is it possible to compile the engine without DirectX support? I only need OpenGL, and especially under Linux, I don't want the DX libs to be there.
I remember to read about this some time ago in the forum (change some "defines" in the code or something), but I really can't find it anymore, so I'm sorry if this question was asked before.
Thanks a lot
Compiling without Directx?
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
If you really compiled with DirectX support under Linux everyone would like to have it, but with the normal setup these fles are completely left out and thus won't change anything under Linux, whether left out or not.
Under Windows there's a compile option in IrrCompileConfig.h which is usually defined for MSVC only. That's why you have to enable it for dev-c++.
Under Windows there's a compile option in IrrCompileConfig.h which is usually defined for MSVC only. That's why you have to enable it for dev-c++.