[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47501] branches/soc-2012-swiss_cheese/ source/blender/compositor/CMakeLists.txt: COM_Device. h does not export any symbols.

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jun 6 09:03:24 CEST 2012


Revision: 47501
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47501
Author:   jwilkins
Date:     2012-06-06 07:03:15 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
COM_Device.h does not export any symbols.  Rather than delete it entirely I'm just commenting out its line in CMakeLists.txt

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/compositor/CMakeLists.txt

Modified: branches/soc-2012-swiss_cheese/source/blender/compositor/CMakeLists.txt
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/compositor/CMakeLists.txt	2012-06-06 06:56:23 UTC (rev 47500)
+++ branches/soc-2012-swiss_cheese/source/blender/compositor/CMakeLists.txt	2012-06-06 07:03:15 UTC (rev 47501)
@@ -92,7 +92,7 @@
 	intern/COM_ChunkOrder.h
 	intern/COM_ChunkOrderHotspot.cpp
 	intern/COM_ChunkOrderHotspot.h
-	intern/COM_Device.cpp
+#	intern/COM_Device.cpp
 	intern/COM_Device.h
 	intern/COM_CPUDevice.cpp
 	intern/COM_CPUDevice.h




More information about the Bf-blender-cvs mailing list