[ODE] ODE as DLL: addendum

nlin@nlin.net nlin at nlin.net
Thu Jan 3 01:19:01 2002


I forgot to include one change in the last patch file for compiling
ODE as a DLL. With the changes, and to compile ODE as a static
library, you need to change the following line in config/makefile.msvc:

CC=cl /nologo /DWIN32 /DMSVC /DSHAREDLIBEXPORT= /DSHAREDLIBIMPORT=

The added part is bit with the the two empty defines.

-Norman

P.S. With ODE v0.03, test (1) at line 649 of test_ode.cpp fails, both
in the static and dynamic versions.