summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/psdl.mpb
blob: e2c62ecbc317eb3fb12a7e592f5ff9b6cd10c8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project {
  after += PSDL_Parser PSDL PSDL_Datastore
  libs  += TAO_PSDL TAO_PSDL_Datastore

  Define_Custom(PSDL) {
    command          = $(TAO_ROOT)/orbsvcs/PSS/psdl_tao
    libpath          = $(ACE_ROOT)/lib
    inputext         = .psdl
    source_outputext = .cpp
    header_outputext = .h
    inline_outputext = .i
    // unlike idl, the psdl compiler doesn't seem to generate *S.* files.
    pre_extension    = C
  }
}