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