Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
AgeCommit message (Collapse)Author
2003-01-26- create lib dir when compiling blender for windowsFrank van Beek
2003-01-20Create dist/lib so the build can create it's library as expectedWouter van Heyst
2003-01-20Reenable the ode build on LinuxWouter van Heyst
2003-01-20reshuffle the 'install' target :Hans Lambermont
- 'all' in extern/ first builds every subdir, then also 'install's the header files and the library. This way a top-level Makefile only needs to call 'all' for extern/ and have it build and install. - 'clean' still works as it should
2003-01-12- ode now compiles and installs under MSVC / cygwinFrank van Beek
2003-01-12Enable automated build and install runs on FreeBSD for ODE.Hans Lambermont
ODE does not build on FreeBSD out of the box, so an automated patchfile is included as well. The 'clean' target reverses the patches that were done by 'all'.
2003-01-11Build and install ode in lib/<platform>Hans Lambermont
Only enabled for Linux now, and not even tested yet :-P (what do you mean 'in a hurry' ;-)
2003-01-04- use ODE in lib/ for FreeBSDHans Lambermont
- use default python library path - remove obsolete SSR comments
2002-11-05Another small fix to ode:Maarten Gribnau
Added a debug target to the Makefile to get a debug Blender to build Maarten (mail@maartengribnau.com)
2002-11-04Changed the OSX config file so that it compiles on OSX 10.2Maarten Gribnau
Checked against a fresh version from the ODE CVS and found that the problem was not fixed there as well so I felt free to commit it here. Maarten (mail@maartengribnau.com)
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
little minor spacing issues.
2002-10-18checkin of ODE library. Do not modify the ODE source code; instead, follow theNorman Lin
development of ode at http://q12.org and periodically copy the q12.org ODE sourcecode into this tree to update the Blender ODE. This ODE has not been changed from q12.org and is provided here merely as a convenience to Blender developers.