diff make/windows/makefiles/projectcreator.make @ 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 74e790c48cd4
children 04b9a2566eec 94ec88ca68e2
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 \