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

« back to all changes in this revision

Viewing changes to TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.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
 
// MT_Cubit.mpc,v 1.5 2004/01/07 12:58:20 jwillemsen Exp
3
 
 
4
 
project(*server): taoexe, portableserver, strategies {
5
 
  Source_Files {
6
 
    tmplinst.cpp
7
 
    Timer.cpp
8
 
    Cubit_Task.cpp
9
 
    Globals.cpp
10
 
    cubit_i.cpp
11
 
    server.cpp
12
 
  }
13
 
}
14
 
 
15
 
project(*client): taoexe, portableserver, strategies {
16
 
  Source_Files {
17
 
    tmplinst.cpp
18
 
    Timer.cpp
19
 
    Globals.cpp
20
 
    cubit_i.cpp
21
 
    Cubit_Task.cpp
22
 
    Util_Thread.cpp
23
 
    Task_Client.cpp
24
 
    client.cpp
25
 
  }
26
 
  verbatim(gnuace, local) {
27
 
    LDLIBS += $(MATHLIB)
28
 
  }
29
 
}