ode/group/ode.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*************************************************************************
       
     2  *                                                                       *
       
     3  * Copyright (c) 2009, Nokia Corporation and/or its subsidiaries.        *
       
     4  * All rights reserved.                                                  *
       
     5  *                                                                       *
       
     6  * Redistribution and use in source and binary forms,                    *
       
     7  * with or without modification, are permitted provided                  *
       
     8  * that the following conditions are met:                                *
       
     9  *                                                                       *
       
    10  * Redistributions of source code must retain the above                  *
       
    11  * copyright notice, this list of conditions and the                     *
       
    12  * following disclaimer.                                                 *
       
    13  *                                                                       *
       
    14  * Redistributions in binary form must reproduce the above               *
       
    15  * copyright notice, this list of conditions and the                     *
       
    16  * following disclaimer in the documentation and/or                      *
       
    17  * other materials provided with the distribution.                       *
       
    18  *                                                                       *
       
    19  * Neither the name of the Nokia Corporation nor the                     *
       
    20  * names of its contributors may be used to endorse or                   *
       
    21  * promote products derived from this software without                   *
       
    22  * specific prior written permission.                                    *
       
    23  *                                                                       *
       
    24  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS                    *
       
    25  * AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED                   *
       
    26  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED                *
       
    27  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A                       *
       
    28  * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL                  *
       
    29  * THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY                 *
       
    30  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR                  *
       
    31  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,                 *
       
    32  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF                  *
       
    33  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER              *
       
    34  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN                     *
       
    35  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING                        *
       
    36  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE                *
       
    37  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY              *
       
    38  * OF SUCH DAMAGE.                                                       *
       
    39  *                                                                       *
       
    40  *************************************************************************/
       
    41 
       
    42 
       
    43 #include <data_caging_paths.hrh>
       
    44 #include <platform_paths.hrh>
       
    45 
       
    46 TARGET            ode.dll
       
    47 TARGETTYPE        dll
       
    48 
       
    49 #ifdef WINSCW
       
    50 #define __WINSCW__
       
    51 #endif // WINSCW
       
    52 
       
    53 #ifndef __WINSCW__
       
    54 EPOCALLOWDLLDATA
       
    55 #endif // !__WINSCW__
       
    56 
       
    57 UID               0x1000008D 0x2001CBE3
       
    58 CAPABILITY        ALL -TCB
       
    59 
       
    60 SOURCEPATH        ../src
       
    61 SOURCE            array.cpp
       
    62 SOURCE            box.cpp
       
    63 SOURCE            capsule.cpp
       
    64 SOURCE            collision_cylinder_box.cpp
       
    65 SOURCE            collision_cylinder_plane.cpp
       
    66 SOURCE            collision_cylinder_sphere.cpp
       
    67 SOURCE            collision_kernel.cpp
       
    68 SOURCE            collision_quadtreespace.cpp
       
    69 SOURCE            collision_space.cpp
       
    70 SOURCE            collision_transform.cpp
       
    71 SOURCE            collision_util.cpp
       
    72 SOURCE            convex.cpp
       
    73 SOURCE            cylinder.cpp
       
    74 SOURCE            error.cpp
       
    75 SOURCE            fastdot.c
       
    76 SOURCE            fastldlt.c
       
    77 SOURCE            fastlsolve.c
       
    78 SOURCE            fastltsolve.c
       
    79 SOURCE            heightfield.cpp
       
    80 SOURCE            iterator.cpp
       
    81 SOURCE            joint.cpp
       
    82 SOURCE            lcp.cpp
       
    83 SOURCE            mass.cpp
       
    84 SOURCE            mat.cpp
       
    85 SOURCE            matrix.cpp
       
    86 SOURCE            memory.cpp
       
    87 SOURCE            misc.cpp
       
    88 SOURCE            obstack.cpp
       
    89 SOURCE            ode.cpp
       
    90 SOURCE            odemath.cpp
       
    91 SOURCE            pair.cpp
       
    92 SOURCE            plane.cpp
       
    93 SOURCE            quickstep.cpp
       
    94 SOURCE            ray.cpp
       
    95 SOURCE            rotation.cpp
       
    96 SOURCE            set.cpp
       
    97 SOURCE            sphere.cpp
       
    98 SOURCE            step.cpp
       
    99 SOURCE            stepfast.cpp
       
   100 SOURCE            timer.cpp
       
   101 SOURCE            util.cpp 
       
   102 
       
   103 USERINCLUDE       ../inc
       
   104 
       
   105 MW_LAYER_SYSTEMINCLUDE
       
   106 
       
   107 // Replace Open C with Symbian stdlib
       
   108 SYSTEMINCLUDE     /epoc32/include/libc
       
   109 
       
   110 LIBRARY           euser.lib
       
   111 LIBRARY           cone.lib
       
   112 
       
   113 #ifdef __WINSCW__
       
   114 LIBRARY           ewsd.lib
       
   115 #endif // __WINSCW__
       
   116 
       
   117 // Replace Open C with Symbian stdlib
       
   118 LIBRARY             estlib.lib