[Opal-commits] Re: Opal-commits digest, Vol 1 #176 - 1 msg
Status: Inactive
Brought to you by:
tylerstreeter
From: Olex <mr....@gm...> - 2006-01-22 16:54:54
|
Thanks. I've noted your commit in the appropriate ticket: http://ox.slug.louisville.edu/opal/ticket/10 On 1/21/06, opa...@li... <opa...@li...> wrote: > Send Opal-commits mailing list submissions to > opa...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/opal-commits > or, via email, send a message with subject or body 'help' to > opa...@li... > > You can reach the person managing the list at > opa...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Opal-commits digest..." > > > Today's Topics: > > 1. opal/scripts/vc6 opal_ode.dsp,1.1,1.2 (Alan Fischer) > > --__--__-- > > Message: 1 > From: Alan Fischer <pal...@us...> > To: opa...@li... > Date: Fri, 20 Jan 2006 16:44:48 +0000 > Subject: [Opal-commits] opal/scripts/vc6 opal_ode.dsp,1.1,1.2 > > Update of /cvsroot/opal/opal/scripts/vc6 > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11053/scripts/vc6 > > Modified Files: > opal_ode.dsp > Log Message: > Updated the VC6 build > > Index: opal_ode.dsp > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/opal/opal/scripts/vc6/opal_ode.dsp,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -C2 -d -r1.1 -r1.2 > *** opal_ode.dsp 9 Dec 2005 17:46:29 -0000 1.1 > --- opal_ode.dsp 20 Jan 2006 16:44:46 -0000 1.2 > *************** > *** 69,74 **** > # PROP Ignore_Export_Lib 0 > # PROP Target_Dir "" > ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" = /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_EXPORTS" /YX /FD /GZ /c > ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_= WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_DLL_EXPORTING" /YX /FD /GZ /c > # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > --- 69,74 ---- > # PROP Ignore_Export_Lib 0 > # PROP Target_Dir "" > ! # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" = /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_EXPORTS" /YX /FD /GZ /c > ! # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_= WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OPAL_DLL_EXPORTING" /YX /FD /GZ /c > # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 > *************** > *** 137,140 **** > --- 137,148 ---- > # Begin Source File > > + SOURCE=3D..\..\src\Point3r.cpp > + # End Source File > + # Begin Source File > + > + SOURCE=3D..\..\src\Quaternion.cpp > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\RaycastSensor.cpp > # End Source File > *************** > *** 173,176 **** > --- 181,192 ---- > # Begin Source File > > + SOURCE=3D..\..\src\Vec3r.cpp > + # End Source File > + # Begin Source File > + > + SOURCE=3D..\..\src\VelocityMotor.cpp > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\VolumeSensor.cpp > # End Source File > *************** > *** 261,264 **** > --- 277,284 ---- > # Begin Source File > > + SOURCE=3D..\..\src\Mass.h > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\Matrix44r.h > # End Source File > *************** > *** 381,384 **** > --- 401,412 ---- > # Begin Source File > > + SOURCE=3D..\..\src\VelocityMotor.h > + # End Source File > + # Begin Source File > + > + SOURCE=3D..\..\src\VelocityMotorData.h > + # End Source File > + # Begin Source File > + > SOURCE=3D..\..\src\VolumeSensor.h > # End Source File > *************** > *** 452,493 **** > # End Source File > # End Group > - > - # Begin Group "ODE-Specific" > - > - # PROP Default_Filter "" > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODEJoint.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODEJoint.h > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESimulator.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESimulator.h > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESolid.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESolid.h > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESpace.cpp > - # End Source File > - # Begin Source File > - > - SOURCE=3D..\..\src\ODE\ODESpace.h > - # End Source File > - # End Group > - > # Begin Group "QuickTest" > > --- 480,483 ---- > *************** > *** 498,502 **** > # End Source File > # End Group > - > # End Target > # End Project > --- 488,491 ---- > > > > > --__--__-- > > _______________________________________________ > Opal-commits mailing list > Opa...@li... > https://lists.sourceforge.net/lists/listinfo/opal-commits > > > End of Opal-commits Digest > -- Oleksandr Lozitskiy "To be without some of the things you want is an indispensable part of happiness." by Bertrand Russell |