~ubuntu-branches/ubuntu/precise/csound/precise

« back to all changes in this revision

Viewing changes to iOS/updateExamplesLibAndHeaders.sh

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2012-04-19 09:26:46 UTC
  • mfrom: (3.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20120419092646-96xbj1n6atuqosk2
Tags: 1:5.17.6~dfsg-1
* New upstream release
 - Do not build the wiimote opcodes (we need wiiuse).
* Add new API function to symbols file
* Disable lua opcodes, they were broken. Requires OpenMP to be enabled.
* Backport fixes from upstream:
  - Link dssi4cs with dl. Backport
  - Fix building of CsoundAC

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
export OUT_DIR=`pwd`/Csound\ iOS\ Examples/csound-iOS
 
3
export LIBSNDFILE_LIB=`pwd`/../../iOS/csound-iOS-dependencies/libsndfile.a 
 
4
 
 
5
# Assemble release
 
6
cp libcsound.a "$OUT_DIR/libs"
 
7
cp $LIBSNDFILE_LIB "$OUT_DIR/libs"
 
8
cd ..
 
9
 
 
10
# COPYING HEADERS
 
11
 
 
12
export HEADER_DIR="$OUT_DIR/headers"
 
13
cp H/cfgvar.h "$HEADER_DIR"
 
14
cp H/cscore.h "$HEADER_DIR"
 
15
cp H/csdl.h "$HEADER_DIR"
 
16
cp H/csound.h "$HEADER_DIR"
 
17
cp H/csound.hpp "$HEADER_DIR"
 
18
cp H/csoundCore.h "$HEADER_DIR"
 
19
cp H/cwindow.h "$HEADER_DIR"
 
20
cp H/msg_attr.h "$HEADER_DIR"
 
21
cp H/OpcodeBase.hpp "$HEADER_DIR"
 
22
cp H/pstream.h "$HEADER_DIR"
 
23
cp H/pvfileio.h "$HEADER_DIR"
 
24
cp H/soundio.h "$HEADER_DIR"
 
25
cp H/sysdep.h "$HEADER_DIR"
 
26
cp H/text.h "$HEADER_DIR"
 
27
cp H/version.h "$HEADER_DIR"
 
28
cp H/float-version.h "$HEADER_DIR"
 
29
cp interfaces/CsoundFile.hpp "$HEADER_DIR"
 
30
cp interfaces/CppSound.hpp "$HEADER_DIR"
 
31
cp interfaces/filebuilding.h "$HEADER_DIR"