[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16360] branches/fluidcontrol/intern/ elbeem: Two compile fixes for msvc and cmake provided by broken

Daniel Genrich daniel.genrich at gmx.net
Thu Sep 4 12:29:42 CEST 2008


Revision: 16360
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16360
Author:   genscher
Date:     2008-09-04 12:29:41 +0200 (Thu, 04 Sep 2008)

Log Message:
-----------
Two compile fixes for msvc and cmake provided by broken

Modified Paths:
--------------
    branches/fluidcontrol/intern/elbeem/CMakeLists.txt
    branches/fluidcontrol/intern/elbeem/intern/mvmcoords.h

Modified: branches/fluidcontrol/intern/elbeem/CMakeLists.txt
===================================================================
--- branches/fluidcontrol/intern/elbeem/CMakeLists.txt	2008-09-04 00:32:15 UTC (rev 16359)
+++ branches/fluidcontrol/intern/elbeem/CMakeLists.txt	2008-09-04 10:29:41 UTC (rev 16360)
@@ -24,7 +24,7 @@
 #
 # ***** END GPL LICENSE BLOCK *****
 
-SET(INC ${PNG_INC} ${ZLIB_INC} ${SDL_INC})
+SET(INC ${PNG_INC} ${ZLIB_INC} ${SDL_INC} extern)
 
 FILE(GLOB SRC intern/*.cpp)
 

Modified: branches/fluidcontrol/intern/elbeem/intern/mvmcoords.h
===================================================================
--- branches/fluidcontrol/intern/elbeem/intern/mvmcoords.h	2008-09-04 00:32:15 UTC (rev 16359)
+++ branches/fluidcontrol/intern/elbeem/intern/mvmcoords.h	2008-09-04 10:29:41 UTC (rev 16360)
@@ -21,6 +21,7 @@
 
 #ifdef WIN32
 #ifndef FREE_WINDOWS
+#include "float.h"
 #define isnan(n) _isnan(n)
 #define finite _finite
 #endif





More information about the Bf-blender-cvs mailing list