xo-object2: idl build nits
This commit is contained in:
parent
c58d52244e
commit
c77ca9ff38
7 changed files with 8 additions and 14 deletions
|
|
@ -4,8 +4,8 @@
|
|||
output_hpp_dir: "include/xo/object2",
|
||||
output_impl_subdir: "array",
|
||||
includes: [
|
||||
"<xo/alloc2/GCObject.hpp>",
|
||||
"<xo/alloc2/Allocator.hpp>"
|
||||
// "<xo/alloc2/GCObject.hpp>",
|
||||
// "<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
output_hpp_dir: "include/xo/object2",
|
||||
output_impl_subdir: "dictionary",
|
||||
includes: [
|
||||
"<xo/alloc2/GCObject.hpp>",
|
||||
"<xo/alloc2/Allocator.hpp>"
|
||||
// "<xo/alloc2/GCObject.hpp>",
|
||||
// "<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
output_impl_subdir: "number",
|
||||
includes: [
|
||||
"<xo/object2/number/GCObjectConversion_DFloat.hpp>",
|
||||
"<xo/alloc2/GCObject.hpp>",
|
||||
"<xo/alloc2/Allocator.hpp>"
|
||||
// "<xo/alloc2/GCObject.hpp>",
|
||||
// "<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
output_hpp_dir: "include/xo/object2",
|
||||
output_impl_subdir: "number",
|
||||
includes: [
|
||||
"<xo/alloc2/GCObject.hpp>",
|
||||
"<xo/alloc2/Allocator.hpp>"
|
||||
// "<xo/alloc2/GCObject.hpp>",
|
||||
// "<xo/alloc2/Allocator.hpp>"
|
||||
],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "GCObject.hpp"
|
||||
#include <xo/alloc2/GCObject.hpp>
|
||||
#include <xo/alloc2/Allocator.hpp>
|
||||
#include "DArray.hpp"
|
||||
|
||||
namespace xo { namespace scm { class IGCObject_DArray; } }
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "GCObject.hpp"
|
||||
#include <xo/alloc2/GCObject.hpp>
|
||||
#include <xo/alloc2/Allocator.hpp>
|
||||
#include "DDictionary.hpp"
|
||||
|
||||
namespace xo { namespace scm { class IGCObject_DDictionary; } }
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
|
||||
#include "GCObject.hpp"
|
||||
#include <xo/object2/number/GCObjectConversion_DFloat.hpp>
|
||||
#include <xo/alloc2/GCObject.hpp>
|
||||
#include <xo/alloc2/Allocator.hpp>
|
||||
#include "DFloat.hpp"
|
||||
|
||||
namespace xo { namespace scm { class IGCObject_DFloat; } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue