Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2007-12-29 19:12:35 +0300
committerTon Roosendaal <ton@blender.org>2007-12-29 19:12:35 +0300
commit97f144b5ff2ec803b67d6aa2065cd7240e7c6e99 (patch)
tree78fe41ffbb7560c179ad21598f4855703279c8bc /source/blender/editors
parent878e09396e74f14c73bd1e97b01d5406b17ed858 (diff)
And now blender will link again! However, with a bad stub.c
That's going to be tackled.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/area/Makefile2
-rw-r--r--source/blender/editors/datafiles/Makefile2
-rw-r--r--source/blender/editors/screen/Makefile2
-rw-r--r--source/blender/editors/screen/ed_screen.c32
-rw-r--r--source/blender/editors/screen/stubs.c68
5 files changed, 100 insertions, 6 deletions
diff --git a/source/blender/editors/area/Makefile b/source/blender/editors/area/Makefile
index 302267be505..8e41651294a 100644
--- a/source/blender/editors/area/Makefile
+++ b/source/blender/editors/area/Makefile
@@ -28,7 +28,7 @@
#
# Makes module object directory and bounces make to subdirectories.
-LIBNAME = editors_datafiles
+LIBNAME = ed_area
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk
diff --git a/source/blender/editors/datafiles/Makefile b/source/blender/editors/datafiles/Makefile
index 302267be505..4162125623e 100644
--- a/source/blender/editors/datafiles/Makefile
+++ b/source/blender/editors/datafiles/Makefile
@@ -28,7 +28,7 @@
#
# Makes module object directory and bounces make to subdirectories.
-LIBNAME = editors_datafiles
+LIBNAME = ed_datafiles
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk
diff --git a/source/blender/editors/screen/Makefile b/source/blender/editors/screen/Makefile
index 302267be505..bd6319cc7a0 100644
--- a/source/blender/editors/screen/Makefile
+++ b/source/blender/editors/screen/Makefile
@@ -28,7 +28,7 @@
#
# Makes module object directory and bounces make to subdirectories.
-LIBNAME = editors_datafiles
+LIBNAME = ed_screen
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk
diff --git a/source/blender/editors/screen/ed_screen.c b/source/blender/editors/screen/ed_screen.c
new file mode 100644
index 00000000000..ca3e11d1d64
--- /dev/null
+++ b/source/blender/editors/screen/ed_screen.c
@@ -0,0 +1,32 @@
+/**
+ * $Id:
+ *
+ * ***** 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2007 Blender Foundation.
+ * All rights reserved.
+ *
+ *
+ * Contributor(s): Blender Foundation
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+void unlink_screen()
+{
+ /* bad level to blenkernel, solve */
+} \ No newline at end of file
diff --git a/source/blender/editors/screen/stubs.c b/source/blender/editors/screen/stubs.c
index c9725e672f0..879a9e83b48 100644
--- a/source/blender/editors/screen/stubs.c
+++ b/source/blender/editors/screen/stubs.c
@@ -28,18 +28,80 @@
#include <string.h>
+/* various UI stuff */
void blender_test_break() {}
-void do_render_seq() {}
-void allqueue() {}
void error() {}
+void notice() {}
+void set_timecursor() {}
+void screen_swapbuffers() {}
+void waitcursor() {}
+void get_qual() {}
+void mainqenter() {}
+void saveover() {}
+void texstr() {}
+void pupmenu() {}
void *curarea;
+void *editNurb;
+void *editelems;
/* blenkernel errors */
-void copy_view3d_lock() {}
void PE_recalc_world_cos() {}
+void PE_free_particle_edit() {}
+void PE_get_colors() {}
+/* python, will come back */
+void BPY_post_start_python() {}
+void BPY_run_python_script() {}
+void BPY_start_python() {}
+void BPY_copy_scriptlink() {}
+void BPY_free_scriptlink() {}
+void BPY_do_all_scripts() {}
+void BPY_call_importloader() {}
+void BPY_do_pyscript() {}
+void BPY_pydriver_eval() {}
+void BPY_pydriver_get_objects() {}
void BPY_clear_script() {}
+void BPY_free_compiled_text() {}
+void BPY_pyconstraint_eval() {}
+void BPY_pyconstraint_target() {}
+
+/* areas */
+void allqueue() {}
+void scrarea_do_windraw() {}
+void areawinset() {}
+void mywinget() {}
+void copy_view3d_lock() {}
+void persp() {}
+
+/* seq */
+void do_render_seq() {}
+void free_editing() {}
+void get_forground_frame_seq() {}
+void build_seqar() {}
+
+/* tools */
+void delete_obj() {}
+void deselectall() {}
+
+/* sculpt */
+void sculptmode_free_all() {}
+void sculptmode_init() {}
+void multires_level_n() {}
+void multires_set_level() {}
+void multires_update_levels() {}
+void multires_copy() {}
+void multires_free() {}
+void sculpt_reset_curve() {}
+
+void free_realtime_image() {}
+
+void fluidsimSettingsCopy() {}
+void fluidsimSettingsFree() {}
+
+void NewBooleanDerivedMesh() {}
+void harmonic_coordinates_bind() {}
+void BIF_filelist_freelib() {}