Revision: 29533
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29533
Author:   joeedh
Date:     2010-06-18 00:06:18 +0200 (Fri, 18 Jun 2010)

Log Message:
-----------
forgot some files

Added Paths:
-----------
    branches/hairsim/source/blender/editors/animation/CMakeLists.txt
    branches/hairsim/source/blender/editors/armature/CMakeLists.txt
    branches/hairsim/source/blender/editors/curve/CMakeLists.txt
    branches/hairsim/source/blender/editors/datafiles/CMakeLists.txt
    branches/hairsim/source/blender/editors/gpencil/CMakeLists.txt
    branches/hairsim/source/blender/editors/include/ED_logic.h
    branches/hairsim/source/blender/editors/interface/CMakeLists.txt
    branches/hairsim/source/blender/editors/mesh/CMakeLists.txt
    branches/hairsim/source/blender/editors/metaball/CMakeLists.txt
    branches/hairsim/source/blender/editors/object/CMakeLists.txt
    branches/hairsim/source/blender/editors/physics/CMakeLists.txt
    branches/hairsim/source/blender/editors/render/CMakeLists.txt
    branches/hairsim/source/blender/editors/sculpt_paint/CMakeLists.txt
    branches/hairsim/source/blender/editors/sound/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_action/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_api/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_buttons/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_console/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_file/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_graph/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_image/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_info/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_logic/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_logic/logic_ops.c
    branches/hairsim/source/blender/editors/space_nla/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_node/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_outliner/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_script/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_sequencer/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_sound/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_text/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_time/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_userpref/CMakeLists.txt
    branches/hairsim/source/blender/editors/space_view3d/CMakeLists.txt
    branches/hairsim/source/blender/editors/transform/CMakeLists.txt
    branches/hairsim/source/blender/editors/util/CMakeLists.txt
    branches/hairsim/source/blender/editors/uvedit/CMakeLists.txt
    branches/hairsim/source/blender/imbuf/intern/thumbs_blend.c

Added: branches/hairsim/source/blender/editors/animation/CMakeLists.txt
===================================================================
--- branches/hairsim/source/blender/editors/animation/CMakeLists.txt            
                (rev 0)
+++ branches/hairsim/source/blender/editors/animation/CMakeLists.txt    
2010-06-17 22:06:18 UTC (rev 29533)
@@ -0,0 +1,34 @@
+# $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
+
+FILE(GLOB SRC *.c)
+
+SET(INC
+       ../include
+       ../../blenkernel
+       ../../blenlib
+       ../../makesdna
+       ../../makesrna
+       ../../windowmanager
+       ../../../../intern/guardedalloc
+)
+
+BLENDERLIB(bf_editor_animation "${SRC}" "${INC}")

Added: branches/hairsim/source/blender/editors/armature/CMakeLists.txt
===================================================================
--- branches/hairsim/source/blender/editors/armature/CMakeLists.txt             
                (rev 0)
+++ branches/hairsim/source/blender/editors/armature/CMakeLists.txt     
2010-06-17 22:06:18 UTC (rev 29533)
@@ -0,0 +1,40 @@
+# $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
+
+FILE(GLOB SRC *.c)
+
+SET(INC
+       ../include
+       ../../blenkernel
+       ../../blenlib
+       ../../makesdna
+       ../../makesrna
+       ../../render/extern/include
+       ../../windowmanager
+       ../../../../intern/guardedalloc
+       ../../../../intern/opennl/extern
+)
+
+IF(WIN32)
+       SET(INC ${INC} ${PTHREADS_INC})
+ENDIF(WIN32)
+
+BLENDERLIB(bf_editor_armature "${SRC}" "${INC}")

Added: branches/hairsim/source/blender/editors/curve/CMakeLists.txt
===================================================================
--- branches/hairsim/source/blender/editors/curve/CMakeLists.txt                
                (rev 0)
+++ branches/hairsim/source/blender/editors/curve/CMakeLists.txt        
2010-06-17 22:06:18 UTC (rev 29533)
@@ -0,0 +1,34 @@
+# $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
+
+FILE(GLOB SRC *.c)
+
+SET(INC
+       ../include
+       ../../blenkernel
+       ../../blenlib
+       ../../makesdna
+       ../../makesrna
+       ../../windowmanager
+       ../../../../intern/guardedalloc
+)
+
+BLENDERLIB(bf_editor_curve "${SRC}" "${INC}")

Added: branches/hairsim/source/blender/editors/datafiles/CMakeLists.txt
===================================================================
--- branches/hairsim/source/blender/editors/datafiles/CMakeLists.txt            
                (rev 0)
+++ branches/hairsim/source/blender/editors/datafiles/CMakeLists.txt    
2010-06-17 22:06:18 UTC (rev 29533)
@@ -0,0 +1,26 @@
+# $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public LicenseS
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
+
+FILE(GLOB SRC *.c)
+
+SET(INC "")
+
+BLENDERLIB(bf_editor_datafiles "${SRC}" "${INC}")

Added: branches/hairsim/source/blender/editors/gpencil/CMakeLists.txt
===================================================================
--- branches/hairsim/source/blender/editors/gpencil/CMakeLists.txt              
                (rev 0)
+++ branches/hairsim/source/blender/editors/gpencil/CMakeLists.txt      
2010-06-17 22:06:18 UTC (rev 29533)
@@ -0,0 +1,35 @@
+# $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
+
+FILE(GLOB SRC *.c)
+
+SET(INC
+       ../include
+       ../../blenkernel
+       ../../blenlib
+       ../../imbuf
+       ../../makesdna
+       ../../makesrna
+       ../../windowmanager
+       ../../../../intern/guardedalloc
+)
+
+BLENDERLIB(bf_editor_gpencil "${SRC}" "${INC}")

Added: branches/hairsim/source/blender/editors/include/ED_logic.h
===================================================================
--- branches/hairsim/source/blender/editors/include/ED_logic.h                  
        (rev 0)
+++ branches/hairsim/source/blender/editors/include/ED_logic.h  2010-06-17 
22:06:18 UTC (rev 29533)
@@ -0,0 +1,36 @@
+/**
+ * $Id: ED_logic.h 28523 2010-04-30 13:00:03Z blendix $
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * Contributor(s): Blender Foundation
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+#ifndef ED_LOGIC_H
+#define ED_LOGIC_H
+
+/* logic_ops.c */
+void ED_operatortypes_logic(void);
+
+#endif /* ED_LOGIC_H */
+
+
+

Added: branches/hairsim/source/blender/editors/interface/CMakeLists.txt
===================================================================
--- branches/hairsim/source/blender/editors/interface/CMakeLists.txt            
                (rev 0)
+++ branches/hairsim/source/blender/editors/interface/CMakeLists.txt    
2010-06-17 22:06:18 UTC (rev 29533)
@@ -0,0 +1,46 @@
+# $Id: CMakeLists.txt 12931 2007-12-17 18:20:48Z theeth $
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Jacques Beaurain.
+#
+# ***** END GPL LICENSE BLOCK *****
+
+FILE(GLOB SRC *.c)
+
+SET(INC
+       ../include
+       ../../blenfont
+       ../../blenkernel
+       ../../blenlib
+       ../../gpu
+       ../../imbuf
+       ../../makesdna
+       ../../makesrna
+       ../../python
+       ../../windowmanager
+       ../../../../intern/guardedalloc
+)
+
+IF(WITH_INTERNATIONAL)
+       ADD_DEFINITIONS(-DINTERNATIONAL)
+ENDIF(WITH_INTERNATIONAL)
+

@@ Diff output truncated at 10240 characters. @@

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to