summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
blob: 14313fc068d2316ff8c4aa6b6c6c9b6986c6e16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(Plan_Launcher): ciao_deployment_stub, xerces, taoexe {
  exename = plan_launcher
  requires += exceptions
  after += XSC_Config_Handlers ExecutionManager_stub NodeDaemon_stub
  libs     += XSC_Config_Handlers
  libs     += ExecutionManager_stub
  after    += XSC_Config_Handlers

  Source_Files {
    Plan_Launcher.cpp
  }
}