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