OpenJDK / jdk / jdk
changeset 59316:6c5509217407
8240228: "make hotspot-ide-project" on Windows creates a Visual Studio project with empty preprocessor defines
Reviewed-by: erikj
author | ihse |
---|---|
date | Sat, 16 May 2020 09:43:44 +0200 |
parents | 867c7b8ff48a |
children | 212f5084ac72 |
files | make/hotspot/ide/CreateVSProject.gmk |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make/hotspot/ide/CreateVSProject.gmk Sat May 16 01:35:38 2020 +0200 +++ b/make/hotspot/ide/CreateVSProject.gmk Sat May 16 09:43:44 2020 +0200 @@ -35,8 +35,8 @@ # The next part is a bit hacky. We include the CompileJvm.gmk to be # able to extact flags, but we do not wish to execute the rules. - # Use client as base for defines and includes - JVM_VARIANT=client + # Use server as base for defines and includes + JVM_VARIANT=server include HotspotCommon.gmk include lib/CompileJvm.gmk