Browse Source

Whitespace fixes.

pull/499/head
triton 10 years ago
parent
commit
17d4342433
  1. 8
      src/CppParser/Bootstrap/Bootstrap.cs

8
src/CppParser/Bootstrap/Bootstrap.cs

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

Loading…
Cancel
Save