summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Iterators/Sequence_Iterators.mpc
blob: 31f3f0e886f04b9d404751b10e9bd173f24b0a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// -*- MPC -*-
// $Id$

project(StringSeq) : taoexe {

  exename = StringSeq

  Source_Files {
    StringSeq.cpp
  }
}

project(Bounded_String) : taoexe {

  exename = Bounded_String

  Source_Files {
    Bounded_String.cpp
  }
}

project(Unbounded_Objectref) : taoexe {

  exename = Unbounded_Objectref

  Source_Files {
    mock_reference.cpp
    Unbounded_Objectref.cpp
  }
}