8010651: create.bat still builds the kernel

Remove old kernel build targets and VS C++ projects created by create.bat on Windows

Reviewed-by: coleenp, sla
This commit is contained in:
Zhengyu Gu 2013-03-26 14:11:21 -04:00
parent 41f0004e4f
commit 7c46953faf
10 changed files with 5 additions and 125 deletions

View file

@ -564,12 +564,6 @@ public abstract class WinGammaPlatform {
allConfigs.add(new CoreFastDebugConfig());
allConfigs.add(new CoreProductConfig());
if (platform.equals("Win32")) {
allConfigs.add(new KernelDebugConfig());
allConfigs.add(new KernelFastDebugConfig());
allConfigs.add(new KernelProductConfig());
}
return allConfigs;
}