Hi Iggy,
> diff -Nrup a/CMakeLists.txt b/CMakeLists.txt
> --- a/CMakeLists.txt 2007-11-02 15:16:44 -04:00
> +++ b/CMakeLists.txt 2008-02-12 19:45:28 -05:00
...
+IF(CMAKE_SIZEOF_VOID_P MATCHES 8)
+ MESSAGE(STATUS "Detected 64-bit platform.")
+ ADD_DEFINITIONS("-D_WIN64")
+ENDIF(CMAKE_SIZEOF_VOID_P MATCHES 8)
+
Should not be necessary - _WIN64 is compiler-predefined
http://msdn2.microsoft.com/en-us/library/b0084kay(VS.80).aspx
Vlad
> -----Original Message-----
> From: Ignacio Galarza [mailto:iggy@stripped]
> Sent: Wednesday, February 13, 2008 1:46 AM
> To: commits@stripped
> Subject: bk commit into 5.0 tree (iggy:1.2574) BUG#23839