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

project {
  staticflags += TAO_AS_STATIC_LIBS
  includes    += $(TAO_ROOT)
  libpaths    += $(ACE_ROOT)/lib

  specific(automake) {
    am_version = @TAO_MAJOR@:@TAO_MINOR@:@TAO_BETA@
    includes += $(TAO_BUILDDIR)
  }
}

// If the corba_messaging feature is disabled, then we need
// to add the TAO_HAS_CORBA_MESSAGING=0 macro onto the command line.
feature(!corba_messaging) {
  macros += TAO_HAS_CORBA_MESSAGING=0
}