kernel/eka/kernel/exmoncommon.mmp
branchRCL_3
changeset 80 597aaf25e343
parent 31 56f325a607ea
child 256 c1f20ce4abcf
equal deleted inserted replaced
62:4a8fed1c0ef6 80:597aaf25e343
    16 //
    16 //
    17 
    17 
    18 #ifdef EPOC32
    18 #ifdef EPOC32
    19 
    19 
    20 #include <variant.mmh>
    20 #include <variant.mmh>
       
    21 #ifdef MEMORY_MODEL_OPTIONS
       
    22 #include <memmodel.mmh>
       
    23 #endif
    21 
    24 
    22 #define INCLUDE_EKERN_LIB
    25 #define INCLUDE_EKERN_LIB
    23 #include "kern_int.mmh"
    26 #include "kern_int.mmh"
    24 
    27 
    25 targettype			kext
    28 targettype			kext
   106 epocallowdlldata
   109 epocallowdlldata
   107 
   110 
   108 noexportlibrary
   111 noexportlibrary
   109 linkas				exmoncommon.dll
   112 linkas				exmoncommon.dll
   110 
   113 
       
   114 #ifdef MEMORY_MODEL_OPTIONS
       
   115 target				MemoryModelTarget(exmoncommon,dll)
       
   116 #else
   111 target				VariantTarget(exmoncommon,dll)
   117 target				VariantTarget(exmoncommon,dll)
       
   118 #endif
   112 
   119 
   113 deffile				exmoncommon.def
   120 deffile				exmoncommon.def
   114 
   121 
   115 capability			all
   122 capability			all
   116 
   123