~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to release/windows/specific.sh

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
# $Id: specific.sh,v 1.10 2004/04/20 19:12:47 aphex Exp $
 
3
# $Id: specific.sh,v 1.12 2004/07/28 18:28:15 aphex Exp $
4
4
#
5
5
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
6
6
#
35
35
SHORTVERS=`echo $VERSION | sed 's/\.//'`
36
36
 
37
37
# Create ^M in readme.txt
38
 
awk '{printf("%s\r\n", $0);}' $DISTDIR/README > $DISTDIR/Readme.txt
39
 
rm -f $DISTDIR/README
 
38
#awk '{printf("%s\r\n", $0);}' $DISTDIR/README > $DISTDIR/Readme.txt
 
39
#rm -f $DISTDIR/README
 
40
cp -f ../text/Blender.html $DISTDIR/Blender.html
40
41
 
41
42
# Create ^M in copyright.txt
42
43
awk '{printf("%s\r\n", $0);}' $DISTDIR/copyright.txt > $DISTDIR/aCopyright.txt
69
70
# Add SDL DLL to package
70
71
cp -f $NAN_SDL/lib/sdl.dll $DISTDIR/sdl.dll
71
72
 
72
 
# Add SOLID DLL to package
73
 
cp -f $NAN_SOLID/lib/win32/vc6/solid.dll $DISTDIR/solid.dll
74
 
 
75
73
# Add the Help.url to the ditribution
76
74
cp -f extra/Help.url $DISTDIR/
77
75
 
 
76
# Add Python23.zip & zlib.pyd
 
77
cp -f extra/Python23.zip $DISTDIR/
 
78
cp -f extra/zlib.pyd $DISTDIR/
 
79
 
78
80
# Add the language files to package
79
81
cp -f -R $NAN_OBJDIR/windows/bin/.blender $DISTDIR/
80
82
# Remove the pesky CVS dirs