[Opal-commits] opal SConstruct,1.12,1.13 changelog.txt,1.42,1.43
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-11-01 21:58:53
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9964 Modified Files: SConstruct changelog.txt Log Message: Fixed AccelerationSensor. Index: SConstruct =================================================================== RCS file: /cvsroot/opal/opal/SConstruct,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** SConstruct 24 Jun 2005 19:04:18 -0000 1.12 --- SConstruct 1 Nov 2005 21:58:40 -0000 1.13 *************** *** 140,144 **** if env['debug'] == True: ! env.Append(LIBS = ['ode_d']) opalLib = env.SharedLibrary(buildDir + '/opal-ode_d', objects) else: --- 140,144 ---- if env['debug'] == True: ! env.Append(LIBS = ['ode']) opalLib = env.SharedLibrary(buildDir + '/opal-ode_d', objects) else: Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** changelog.txt 19 Oct 2005 22:16:58 -0000 1.42 --- changelog.txt 1 Nov 2005 21:58:40 -0000 1.43 *************** *** 15,18 **** --- 15,19 ---- ------------------------------------------ + * 11-1-05: Fixed AccelerationSensor. (Oleksandr Lozitskiy) Version 0.3.1 |