summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Pluggable/AVStreams_Pluggable.mpc
blob: fb88d5acec7b66bba9e2c874d3b1dc6d20574a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(server): orbsvcsexe, avstreamsexe {
  exename  = server

  Source_Files {
    server.cpp
  }
}

project(ftp): orbsvcsexe, avstreamsexe {
  exename  = ftp

  Source_Files {
    ftp.cpp
  }
}