|
From: Charles L. <cn...@us...> - 2009-02-08 20:32:09
|
Update of /cvsroot/hgengine/Mercury In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6470 Modified Files: base_set.sh Log Message: tweak ODE on x86_64 and in general to permit class-general settings for objects Index: base_set.sh =================================================================== RCS file: /cvsroot/hgengine/Mercury/base_set.sh,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** base_set.sh 1 Dec 2008 06:35:13 -0000 1.29 --- base_set.sh 8 Feb 2009 20:32:00 -0000 1.30 *************** *** 99,102 **** --- 99,103 ---- if test $OPT_ode = 1; then if test $OPT_ode_static = 1; then + DEFINES="$DEFINES HAVE_ODE_STATIC" if test $ISMAC = 1; then LD_BASE="$LD_BASE src/maclib/libode.a" *************** *** 112,115 **** --- 113,118 ---- fi NEED_H="$NEED_H ode/ode.h" + CC_BASE="$CC_BASE -Isrc" + DEFINES="$DEFINES HAVE_ODE" fi |