~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to extern/ode/dist/config/user-settings

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-02-08 22:20:54 UTC
  • mfrom: (1.4.2 upstream)
  • mto: (14.2.6 sid) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110208222054-kk0gwa4bu8h5lyq4
Tags: upstream-2.56.1-beta-svn34076
ImportĀ upstreamĀ versionĀ 2.56.1-beta-svn34076

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ODE user settings: the following variables must be set by the user
2
 
 
3
 
# (1) the platform to use. this name should have a corresponding
4
 
#     makefile.PLATFORM file. currently supported platforms are:
5
 
#       msvc            microsoft visual C/C++
6
 
#       msvc-dll        microsoft visual C/C++, create a DLL
7
 
#       mingw           minimalist GNU for windows
8
 
#       cygwin          cygnus GNU for windows
9
 
#       unix-gcc        GNU gcc on unix
10
 
#       unix-generic    generic unix compiler. you may need to edit the CC
11
 
#                       variable in makefile.unix-generic
12
 
#       osx             Mac OS-X, with the gnu compiler.
13
 
 
14
 
PLATFORM=unix-gcc
15
 
 
16
 
# (2) the floating point precision to use (either "SINGLE" or "DOUBLE")
17
 
 
18
 
PRECISION=SINGLE
19
 
#PRECISION=DOUBLE
20
 
 
21
 
# (3) the library type to build (either "debug" if you are doing development,
22
 
#     or "release" for the optimized library)
23
 
 
24
 
#BUILD=debug
25
 
BUILD=release
26
 
 
27
 
# (4) if you are using an old version of MS-Windows that has command line
28
 
#     length limitations then you will need to set this to "1". otherwise,
29
 
#     leave it at "0".
30
 
 
31
 
WINDOWS16=0