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:
authorChris Want <cwant@ualberta.ca>2003-01-01 18:06:10 +0300
committerChris Want <cwant@ualberta.ca>2003-01-01 18:06:10 +0300
commit96897d567493964c2280b5069b7f70363c388185 (patch)
tree672a9bd400b6e7a0e9a8beb3a05b6b59a4cb0ed0 /release/beos-5.0-i386/specific.sh
parentd52deb43971a3d90def169b4706433e407158506 (diff)
Initial commit of the 'release' directory (splash screen/icon
junkies will be happy to find the datatoc.c program in the datafiles directory). Some quick notes: * 'datafiles' has the version 2.21 splash.jpg and blenderbuttons (e.g., so no NLA icon). Someone should at least get the 2.25 blenderbuttons from somewhere and commit them. * 'text' has obsolete content/license * I did not include the python scripts as they have copyright Jan Walter and no license specified. * I changed to unix line terminators everywhere with the exeption of the 'windows' directory. Chris
Diffstat (limited to 'release/beos-5.0-i386/specific.sh')
-rw-r--r--release/beos-5.0-i386/specific.sh39
1 files changed, 39 insertions, 0 deletions
diff --git a/release/beos-5.0-i386/specific.sh b/release/beos-5.0-i386/specific.sh
new file mode 100644
index 00000000000..66ce08c4613
--- /dev/null
+++ b/release/beos-5.0-i386/specific.sh
@@ -0,0 +1,39 @@
+#!/bin/sh
+#
+# $Id$
+#
+# ***** BEGIN GPL/BL DUAL 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. The Blender
+# Foundation also sells licenses for use in proprietary software under
+# the Blender License. See http://www.blender.org/BL/ for information
+# about this.
+#
+# 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) 2001-2002 by NaN Holding BV.
+# All rights reserved.
+#
+# The Original Code is: all of this file.
+#
+# Contributor(s): none yet.
+#
+# ***** END GPL/BL DUAL LICENSE BLOCK *****
+#
+# OS specific stuff for the package, only to be executed by ../Makefile
+
+# Add Python .so to package
+cp -f $NAN_PYTHON/lib/libpython$NAN_PYTHON_VERSION.so $DISTDIR/
+
+# And create a drag'n'drop symlink for it
+cd $DISTDIR && ln -s /boot/home/config/lib Drag_libpython$NAN_PYTHON_VERSION.so_here