7112308: Fix Visual Studio build for precompiled header
authorbrutisso
Mon, 21 Nov 2011 08:02:40 +0100
changeset 11163 e1c2aa954fa7
parent 11162 c72d61fb4488
child 11164 8273870ef2ca
child 11165 b782a31b9347
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>
hotspot/make/windows/makefiles/projectcreator.make
--- a/hotspot/make/windows/makefiles/projectcreator.make	Fri Nov 18 17:26:49 2011 -0500
+++ b/hotspot/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 \