# HG changeset patch # User brutisso # Date 1321858960 -3600 # Node ID c17bc65648de3d12a0c5aa8d84b509b1ddfe1a4a # Parent 002cb3fc82564bd29d98c97f471e715b74725f86 7112308: Fix Visual Studio build for precompiled header Summary: Add the new path to precompiled.hpp in the project make file Reviewed-by: coleenp, dholmes, brutisso Contributed-by: rbackman diff -r 002cb3fc8256 -r c17bc65648de make/windows/makefiles/projectcreator.make --- a/make/windows/makefiles/projectcreator.make Fri Nov 18 17:26:49 2011 -0500 +++ b/make/windows/makefiles/projectcreator.make Mon Nov 21 08:02:40 2011 +0100 @@ -50,6 +50,7 @@ -relativeInclude src\closed\os_cpu\windows_$(Platform_arch)\vm \ -relativeInclude src\closed\cpu\$(Platform_arch)\vm \ -relativeInclude src\share\vm \ + -relativeInclude src\share\vm\precompiled \ -relativeInclude src\share\vm\prims \ -relativeInclude src\os\windows\vm \ -relativeInclude src\os_cpu\windows_$(Platform_arch)\vm \