From 59b342cf10707fdfa098f73044102c218bc840c7 Mon Sep 17 00:00:00 2001 From: Ralf Schmelter <rschmelter@openjdk.org> Date: Mon, 11 Mar 2019 05:09:14 -0700 Subject: [PATCH] 8220363: hotspot-ide project fails Reviewed-by: clanger, erikj --- make/hotspot/ide/CreateVSProject.gmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/hotspot/ide/CreateVSProject.gmk b/make/hotspot/ide/CreateVSProject.gmk index 9884bd621b0..1f573206875 100644 --- a/make/hotspot/ide/CreateVSProject.gmk +++ b/make/hotspot/ide/CreateVSProject.gmk @@ -30,6 +30,7 @@ include $(SPEC) include MakeBase.gmk include JavaCompilation.gmk include SetupJavaCompilers.gmk +include Execute.gmk ifeq ($(call isTargetOs, windows), true) # The next part is a bit hacky. We include the CompileJvm.gmk to be @@ -149,7 +150,7 @@ ifeq ($(call isTargetOs, windows), true) DEPS := $(BUILD_PROJECT_CREATOR) $(VCPROJ_VARDEPS_FILE), \ OUTPUT_FILE := $(VCPROJ_FILE), \ COMMAND := $(PROJECT_CREATOR_TOOL) $(PROJECT_CREATOR_CLASS) \ - $(PROJECT_CREATOR_ARGS) -projectFileName $(call FixPath, $(VCPROJ_FILE))) \ + $(PROJECT_CREATOR_ARGS) -projectFileName $(call FixPath, $(VCPROJ_FILE)) \ $(LOG_INFO), \ ))