Revision: 55197
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55197&view=rev
Author:   r_weiss
Date:     2013-04-19 21:32:44 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
Change to cmake build logic to add the "_WIN64" definition for Windows 64bit 
using Visual Studio 2010. 

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-04-19 21:17:12 UTC (rev 55196)
+++ brlcad/trunk/CMakeLists.txt 2013-04-19 21:32:44 UTC (rev 55197)
@@ -839,6 +839,7 @@
        set(BRLCAD_WORD_SIZE "64BIT" CACHE STRING WORD_SIZE_LABEL FORCE)
       endif(NOT "${BRLCAD_WORD_SIZE}" MATCHES "AUTO")
     endif(NOT ${CMAKE_WORD_SIZE} MATCHES "64BIT")
+    add_definitions("-D_WIN64")
   else(CMAKE_CL_64)
     if(NOT ${CMAKE_WORD_SIZE} MATCHES "32BIT")
       set(CMAKE_WORD_SIZE "32BIT")

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to