[Opal-commits] opal/vc71 opal-ode.vcproj,1.4,1.5 opal.suo,1.6,1.7
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-24 19:04:36
|
Update of /cvsroot/opal/opal/vc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29465/vc71 Modified Files: opal-ode.vcproj opal.suo Log Message: Removed the OPAL_USE_MESH compile-time flag because it isn't needed. (It was originally intended for IRIX usage because ODE's trimesh support doesn't compile on IRIX with certain versions of the MipsPro compiler. However, the ODE trimesh function calls can still be used without trimeshes compiled into ODE; they just don't do anything.) Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc71/opal-ode.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** opal-ode.vcproj 24 Jun 2005 17:50:48 -0000 1.4 --- opal-ode.vcproj 24 Jun 2005 19:04:23 -0000 1.5 *************** *** 26,30 **** FavorSizeOrSpeed="0" AdditionalIncludeDirectories="" ! PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPAL_DLL_EXPORTING;OPAL_USE_MESH" MinimalRebuild="TRUE" BasicRuntimeChecks="0" --- 26,30 ---- FavorSizeOrSpeed="0" AdditionalIncludeDirectories="" ! PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPAL_DLL_EXPORTING" MinimalRebuild="TRUE" BasicRuntimeChecks="0" *************** *** 76,80 **** FavorSizeOrSpeed="1" AdditionalIncludeDirectories="" ! PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPAL_DLL_EXPORTING;OPAL_USE_MESH" RuntimeLibrary="2" UsePrecompiledHeader="0" --- 76,80 ---- FavorSizeOrSpeed="1" AdditionalIncludeDirectories="" ! PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPAL_DLL_EXPORTING" RuntimeLibrary="2" UsePrecompiledHeader="0" Index: opal.suo =================================================================== RCS file: /cvsroot/opal/opal/vc71/opal.suo,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsD3Y2Zg and /tmp/cvsDH6Qyn differ |