From: <and...@us...> - 2007-12-02 06:22:55
|
Revision: 483 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=483&view=rev Author: andy_miller Date: 2007-12-01 22:23:00 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Missing files -- precompiled header support for ogre and the sizeof header ile for build nxogre under windows.. Added Paths: ----------- trunk/python-ogre/code_generators/nxogre/python_nxogre_sizeof.h.windows trunk/python-ogre/code_generators/ogre/python_ogre_precompiled.h Added: trunk/python-ogre/code_generators/nxogre/python_nxogre_sizeof.h.windows =================================================================== --- trunk/python-ogre/code_generators/nxogre/python_nxogre_sizeof.h.windows (rev 0) +++ trunk/python-ogre/code_generators/nxogre/python_nxogre_sizeof.h.windows 2007-12-02 06:23:00 UTC (rev 483) @@ -0,0 +1,63 @@ +sizeof ( NxControllersHit ); +sizeof ( NxBoxShapeDesc ); +sizeof ( NxPlaneShapeDesc ); +sizeof ( NxControllerManager ); +sizeof ( NxControllerShapeHit ); +sizeof ( NxPruningStructure ); +sizeof ( NxVec3 ); +sizeof ( NxSceneLimits ); +sizeof ( NxWheelShapeDesc ); +sizeof ( NxController ); +sizeof ( NxUserRaycastReport ); +sizeof ( NxControllerAction ); +sizeof ( NxWheelShape ); +sizeof ( NxHeightFieldShapeDesc ); +sizeof ( NxClothMesh ); +sizeof ( NxConvexShapeDesc ); +sizeof ( NxMeshData ); +sizeof ( NxFluid ); +sizeof ( NxHeightFieldAxis ); +sizeof ( NxTriangleMeshShapeDesc ); +sizeof ( NxTriangleMesh ); +sizeof ( NxSweepQueryHit ); +sizeof ( NxSphereShapeDesc ); +sizeof ( NxJointType ); +sizeof ( NxPhysicsSDK ); +sizeof ( NxUserAllocator ); +sizeof ( NxHeightField ); +sizeof ( NxUserContactReport ); +//sizeof ( NxOgre::FluidDrain ); +sizeof ( NxImplicitScreenMesh ); +sizeof ( NxMemoryType ); +sizeof ( NxJointState ); +sizeof ( NxBounds3 ); +sizeof ( NxRaycastHit ); +//sizeof ( NxOgre::FluidEmitter ); +sizeof ( NxContactPairFlag ); +sizeof ( NxClothDesc ); +sizeof ( NxContactPair ); +sizeof ( NxForceMode ); +//sizeof ( NxOgre::Compartment ); +sizeof ( NxCombineMode ); +sizeof ( NxExtendedVec3 ); +sizeof ( NxThreadPriority ); +sizeof ( NxConvexMesh ); +sizeof ( NxContactPair ); +sizeof ( NxSceneLimits ); +sizeof ( NxWheelShape ); +sizeof ( NxUserControllerHitReport ); +sizeof ( NxSceneDesc ); +sizeof ( NxScene ); +sizeof ( NxPhysicsSDK ); +sizeof ( NxShape ); +sizeof ( NxGroupsMask ); +sizeof ( NxControllersHit ); +sizeof ( JointCallback ); +sizeof ( JointCallback::JointBreakCallback ); +sizeof(std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >); + +sizeof ( std::pair<std::string, std::string> ); + + + + Added: trunk/python-ogre/code_generators/ogre/python_ogre_precompiled.h =================================================================== --- trunk/python-ogre/code_generators/ogre/python_ogre_precompiled.h (rev 0) +++ trunk/python-ogre/code_generators/ogre/python_ogre_precompiled.h 2007-12-02 06:23:00 UTC (rev 483) @@ -0,0 +1,4 @@ +/* precompiled header to improve compile times */ +#include "boost/python.hpp" +#include "boost/python/ssize_t.hpp" +#include "python_ogre_masterlist.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |