summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Launch-Failures/Interceptors/Interceptors.mpc
blob: 83c169adf2ef59965cc2e935e2e51522c147f695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
   }
}