[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47517] branches/soc-2012-swiss_cheese/ source/blender/editors/space_api/CMakeLists.txt: editors/space_api/space. c exports no symbols.

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jun 6 16:14:56 CEST 2012


Revision: 47517
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47517
Author:   jwilkins
Date:     2012-06-06 14:14:41 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
editors/space_api/space.c exports no symbols.  Instead of removing the file outright I'm just going to comment out its line in CMakeLists.txt

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

Modified: branches/soc-2012-swiss_cheese/source/blender/editors/space_api/CMakeLists.txt
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/editors/space_api/CMakeLists.txt	2012-06-06 14:01:01 UTC (rev 47516)
+++ branches/soc-2012-swiss_cheese/source/blender/editors/space_api/CMakeLists.txt	2012-06-06 14:14:41 UTC (rev 47517)
@@ -35,7 +35,7 @@
 )
 
 set(SRC
-	space.c
+#	space.c
 	spacetypes.c
 )
 




More information about the Bf-blender-cvs mailing list