Fixed compiler setup options

This commit is contained in:
Christophe Riccio
2011-10-19 19:00:44 +01:00
parent 212e1a1f07
commit 1e7923e7b9
9 changed files with 23 additions and 9 deletions

View File

@@ -7,10 +7,10 @@
// File : test/core/core_func_swizzle.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#define GLM_FORCE_ONLY_XYZW
//#define GLM_FORCE_ONLY_XYZW
#define GLM_MESSAGES
#define GLM_SWIZZLE_OPERATOR
//#define GLM_FORCE_CXX11
#define GLM_FORCE_CXX98
#include <glm/glm.hpp>
int test_vec2_swizzle()