summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Starter/Starter.mpc
blob: 6ad554a8956910bc93e64f4f40c2398aa08c6b0b (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$
project(Starter) : taoexe, dance_exe, dance_logger, messaging, naming, iortable, avoids_minimum_corba {
  requires += dummy_label
  exename = dance
  macros +=  DANCE_BUILD_STARTER_EXE
  Source_Files {
    Starter.cpp
  }
}