Ejemplo n.º 1
0
 public ReleaseLauncher(LauncherEnvironment env)
 {
     this.env = env;
 }
Ejemplo n.º 2
0
 public MsvcDebugLauncher(LauncherEnvironment env)
 {
     this.env = env;
 }
Ejemplo n.º 3
0
 public GnuDebugLauncher(LauncherEnvironment env, TargetTriple triple)
 {
     this.env    = env;
     this.triple = triple;
 }