aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/build/README.txt
diff options
context:
space:
mode:
authordan miller2007-10-19 05:15:33 +0000
committerdan miller2007-10-19 05:15:33 +0000
commit79eca25c945a535a7a0325999034bae17da92412 (patch)
tree40ff433d94859d629aac933d5ec73b382f62ba1a /libraries/ode-0.9/build/README.txt
parentadding ode source to /libraries (diff)
downloadopensim-SC_OLD-79eca25c945a535a7a0325999034bae17da92412.zip
opensim-SC_OLD-79eca25c945a535a7a0325999034bae17da92412.tar.gz
opensim-SC_OLD-79eca25c945a535a7a0325999034bae17da92412.tar.bz2
opensim-SC_OLD-79eca25c945a535a7a0325999034bae17da92412.tar.xz
resubmitting ode
Diffstat (limited to 'libraries/ode-0.9/build/README.txt')
-rw-r--r--libraries/ode-0.9/build/README.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/README.txt b/libraries/ode-0.9/build/README.txt
new file mode 100644
index 0000000..853cc0d
--- /dev/null
+++ b/libraries/ode-0.9/build/README.txt
@@ -0,0 +1,44 @@
1Premake-based Windows Build System
2Contributed by Jason Perkins (jason379@users.sourceforge.net)
3-------------------------------------------------------------------
4
5 SVN USERS: Before using these project files you must copy
6 config-default.h to ode/include/ode/config.h (or run Premake to
7 generate a new set of project files, see below).
8
9
10ABOUT THESE FILES
11
12 These project files are automatically generated using a tool called
13 Premake, available from http://premake.sourceforge.net/. The scripts
14 used to build them have the ".lua" file extension. To regenerate the
15 stock project files for inclusion in a new release, type:
16
17 premake --makeall
18
19
20CREATING CUSTOM PROJECT FILES
21
22 To create a set of custom project files, first type `premake --help`
23 to see the options that you have available. Then generate the new
24 project files using the form:
25
26 premake [options] --target [toolset]
27
28 For instance:
29
30 premake --no-trimesh --target vs2005
31
32 To build the test applications and Drawstuff library, use the form:
33
34 premake --with-tests --target [toolset]
35
36 If you ever decide that you want to remove your custom project, you
37 can just type:
38
39 premake --with-tests --clean
40
41 Feel free to direct any questions or comments to myself or the ODE
42 mailing list.
43
44