Daniel K. O. 08c3a55548 Added demo_motion to premake build 17 years ago
..
README.txt 9053878a01 Updated build documentation to reflect the new build user requirements. 18 years ago
config-default.h d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
demos.lua 08c3a55548 Added demo_motion to premake build 17 years ago
drawstuff.lua 67a1550a67 Added dSINGLE to premake builds 18 years ago
ode.lua e1fca3261b Moved joints to ode/src/joints, converted them to true virtual methods. 17 years ago
premake.exe 49768e2987 Removed Support Function, added SupportIndex instead as inline object method for dxConvex, added code to skip edges not containing extremal vertices for edge-edge SAT, updated premake.exe to 3.6 to be able to generate vs2008 solution files. 18 years ago
premake.lua d1be62dcea Added: Initial commit of support of collision checking in multiple threads (global objects moved to TLS, class members or locals) 18 years ago
tests.lua 9b798574c6 Add testunit for the dxJointFixed 17 years ago

README.txt

Premake-based Windows Build System
Contributed by Jason Perkins ([email protected])
-------------------------------------------------------------------


ABOUT THESE FILES

This folder contains an automatic project generation tool called
Premake, available from http://premake.sourceforge.net/. The scripts
used to build them have the ".lua" file extension. To regenerate the
stock project files for inclusion in a new release, type:

premake --makeall


CREATING CUSTOM PROJECT FILES

To create a set of custom project files, first type `premake --help`
to see the options that you have available. Then generate the new
project files using the form:

premake [options] --target [toolset]

For instance:

premake --no-trimesh --target vs2005

To build the demo applications and Drawstuff library, use the form:

premake --with-demos --target [toolset]

If you ever decide that you want to remove your custom project, you
can just type:

premake --with-demos --clean

Feel free to direct any questions or comments to myself or the ODE
mailing list.