(this is possibly going to annoy some people, but..)
put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly to allow alternative win32 compilers to be used.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
// Static libraries
|
||||
// load Windows D3D8 dynamically
|
||||
#if defined(_WINDOWS)
|
||||
#if defined(_MSC_VER)
|
||||
#pragma comment(lib, "D3dx8.lib")
|
||||
#pragma comment(lib, "Dxerr8.lib")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user