summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Launch-Failures/Interceptors/Interceptors.mpc
blob: f5017e9b65945cbf3cade8da5788d5a7ce3f6436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$
project (Launch_Failure_Interceptors) : dance_skel, dance_lib, dance_logger {
   dynamicflags += SELECTIVE_ERROR_BUILD_DLL
   libout = ../lib

   Source_Files {
     Selective_Error.cpp
   }

   Header_Files {
     Selective_Error.h
   }
}