|
|
|
@ -1,14 +1,7 @@
@@ -1,14 +1,7 @@
|
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Runtime.InteropServices; |
|
|
|
|
using CppSharp; |
|
|
|
|
using CppSharp.AST; |
|
|
|
|
using CppSharp.Generators; |
|
|
|
|
using CppSharp.Passes; |
|
|
|
|
using CppSharp.Types; |
|
|
|
|
using CppAbi = CppSharp.Parser.AST.CppAbi; |
|
|
|
|
|
|
|
|
|
namespace CppSharp |
|
|
|
|
{ |
|
|
|
@ -44,6 +37,7 @@ namespace CppSharp
@@ -44,6 +37,7 @@ namespace CppSharp
|
|
|
|
|
{ |
|
|
|
|
"clang/AST/Expr.h", |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
options.SetupXcode(); |
|
|
|
|
options.MicrosoftMode = false; |
|
|
|
|
options.TargetTriple = "i686-apple-darwin12.4.0"; |
|
|
|
|