From e7e895438497f4efcb4d8bee240b2fe4e5938184 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 29 Sep 2012 17:19:23 +0200 Subject: MXE support and CMake files refactoring - added support for cross-compiling with MXE (http://mxe.cc/) - refactored CMake files, adding some options and moving definitions to more suitable places --- src/common/config.h.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/config.h.cmake') diff --git a/src/common/config.h.cmake b/src/common/config.h.cmake index f496db0..8c85df1 100644 --- a/src/common/config.h.cmake +++ b/src/common/config.h.cmake @@ -1,10 +1,9 @@ #pragma once // Macros set by CMake -#cmakedefine DEBUG - #cmakedefine PLATFORM_WINDOWS @PLATFORM_WINDOWS@ #cmakedefine PLATFORM_LINUX @PLATFORM_LINUX@ #cmakedefine PLATFORM_OTHER @PLATFORM_OTHER@ #cmakedefine USE_GLEW @USE_GLEW@ +#cmakedefine GLEW_STATIC \ No newline at end of file -- cgit v1.2.3-1-g7c22