|
|
|
@ -434,6 +434,7 @@ namespace CppSharp |
|
|
|
CompilerOptions = compilerOptions.ToString() |
|
|
|
CompilerOptions = compilerOptions.ToString() |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (module != AST.Module.SystemModule) |
|
|
|
compilerParameters.ReferencedAssemblies.Add( |
|
|
|
compilerParameters.ReferencedAssemblies.Add( |
|
|
|
string.Format("{0}.dll", AST.Module.SystemModule.LibraryName)); |
|
|
|
string.Format("{0}.dll", AST.Module.SystemModule.LibraryName)); |
|
|
|
// add a reference to System.Core
|
|
|
|
// add a reference to System.Core
|
|
|
|
|