mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
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:
parent
41f0004e4f
commit
7c46953faf
10 changed files with 5 additions and 125 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue