changeset 4084:c17bc65648de

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 <rickard.backman@oracle.com>
author brutisso
date Mon, 21 Nov 2011 08:02:40 +0100
parents 002cb3fc8256
children 1d090cf33da6 242b4e0e6f73
files make/windows/makefiles/projectcreator.make
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \