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

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

  Source_Files {
    Plan_Launcher.cpp
  }
}