Revision: 25067
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25067
Author:   damien78
Date:     2009-12-02 11:21:10 +0100 (Wed, 02 Dec 2009)

Log Message:
-----------
CMake: remove new GHOST_DropTargetWin32.cpp file from non-win32 platforms builds

Modified Paths:
--------------
    trunk/blender/intern/ghost/CMakeLists.txt

Modified: trunk/blender/intern/ghost/CMakeLists.txt
===================================================================
--- trunk/blender/intern/ghost/CMakeLists.txt   2009-12-02 10:10:20 UTC (rev 
25066)
+++ trunk/blender/intern/ghost/CMakeLists.txt   2009-12-02 10:21:10 UTC (rev 
25067)
@@ -41,6 +41,7 @@
        LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_DisplayManagerWin32.cpp")
        LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_SystemWin32.cpp")
        LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_WindowWin32.cpp")
+       LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_DropTargetWin32.cpp")
        LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_DisplayManagerX11.cpp")
        LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_SystemX11.cpp")
        LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_WindowX11.cpp")
@@ -59,6 +60,7 @@
        ELSE(WIN32)
                SET(INC ${INC} ${X11_X11_INCLUDE_PATH})
                LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_DisplayManagerWin32.cpp")
+               LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_DropTargetWin32.cpp")
                LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_SystemWin32.cpp")
                LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_WindowWin32.cpp")
                LIST(REMOVE_ITEM SRC 
"${CMAKE_CURRENT_SOURCE_DIR}/intern/GHOST_DisplayManagerCarbon.cpp")


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to