~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/tests/Notify/Ordering/Ordering.mpc

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- MPC -*-
2
 
// Ordering.mpc,v 1.4 2003/12/23 21:04:24 dhinton Exp
3
 
 
4
 
project(*Notify Structured Supplier): notifytest {
5
 
  exename = Structured_Supplier
6
 
 
7
 
  Source_Files {
8
 
    Structured_Supplier.cpp
9
 
  }
10
 
}
11
 
 
12
 
project(*Notify Structured Consumer): notifytest {
13
 
  exename = Structured_Consumer
14
 
 
15
 
  Source_Files {
16
 
    goC.cpp
17
 
    common.cpp
18
 
    Notify_Structured_Push_Consumer.cpp
19
 
    Structured_Consumer.cpp
20
 
  }
21
 
}
22
 
 
23
 
project(*Notify Sequence Supplier): notifytest {
24
 
  exename = Sequence_Supplier
25
 
 
26
 
  Source_Files {
27
 
    Sequence_Supplier.cpp
28
 
  }
29
 
}
30
 
 
31
 
project(*Notify Sequence Consumer): notifytest {
32
 
  exename = Sequence_Consumer
33
 
 
34
 
  Source_Files {
35
 
    goC.cpp
36
 
    common.cpp
37
 
    Notify_Sequence_Push_Consumer.cpp
38
 
    Sequence_Consumer.cpp
39
 
  }
40
 
}
41