summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/IDL_Test.mpc
blob: 7fd44af256ab850eb982cfa62544de957829c024 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// -*- MPC -*-
// $Id$

project(*Main): taoserver, messaging {
  exename = main
  
  idlflags += -GC -GH -Gd

  Source_Files {
    anonymousC.cpp
    anonymousS.cpp
    arrayC.cpp
    arrayS.cpp
    constantsC.cpp
    constantsS.cpp
    enum_in_structC.cpp
    enum_in_structS.cpp
    fullC.cpp
    fullS.cpp
    fwdC.cpp
    fwdS.cpp
    generic_objectC.cpp
    generic_objectS.cpp
    gperfC.cpp
    gperfS.cpp
    includedC.cpp
    includedS.cpp
    includingC.cpp
    includingS.cpp
    interfaceC.cpp
    interfaceS.cpp
    keywordsC.cpp
    keywordsS.cpp
    pragmaC.cpp
    pragmaS.cpp
    sequenceC.cpp
    sequenceS.cpp
    typedefC.cpp
    typedefS.cpp
    unionC.cpp
    unionS.cpp
    repo_id_modC.cpp
    repo_id_modS.cpp
    namespace_check.cpp
    main.cpp
  }
}