summaryrefslogtreecommitdiff
path: root/DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc
blob: e50daa473be5883fab5694f648563295c4f52e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project (DAnCE_Error_Interceptors) : install, dance_skel, dance_lib, dance_output, dance_logger {
   dynamicflags += DANCE_ERROR_INTERCEPTORS_BUILD_DLL

   Source_Files {
     Standard_Error.cpp
     Best_Effort.cpp
   }

   Header_Files {
     Standard_Error.h  
     Best_Effort.h  
   }

  specific {
     install_dir = dance/LocalityManager/Interceptors
  }
}