mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
static linking, largeaddressaware, basic tga texture downsampling
This commit is contained in:
12
stdafx.h
12
stdafx.h
@@ -61,10 +61,20 @@
|
||||
#include <condition_variable>
|
||||
#include <typeinfo>
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define EU07_BUILD_STATIC
|
||||
#endif
|
||||
|
||||
#ifdef EU07_BUILD_STATIC
|
||||
#define GLEW_STATIC
|
||||
#else
|
||||
#ifdef _WINDOWS
|
||||
#define GLFW_DLL
|
||||
#endif // _windows
|
||||
#endif // build_static
|
||||
#include "GL/glew.h"
|
||||
#ifdef _WINDOWS
|
||||
#include "GL/wglew.h"
|
||||
#define GLFW_DLL
|
||||
#endif
|
||||
#define GLFW_INCLUDE_GLU
|
||||
//m7todo: jest tu bo nie chcia³o mi siê wpychaæ do wszystkich plików
|
||||
|
||||
Reference in New Issue
Block a user