blob: 0d0352fa5fa1879348a85f8771060a3ccc94b539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// -*- MPC -*-
//
// $Id$
// This base project is only meant to be used by the core TAO
// libraries and the orbsvcs libraries.
project : taoidldefaults {
after += TAO_IDL_EXE
idlflags += -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL \
-Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
}
|