comparison make/windows/makefiles/vm.make @ 4033:95009f678859

7106766: Move the precompiled header from the src/share/vm directory Summary: Moved precompiled.hpp to src/share/vm/precompiled Reviewed-by: coleenp, dholmes Contributed-by: rbackman <rickard.backman@oracle.com>
author brutisso
date Tue, 01 Nov 2011 13:44:40 +0100
parents 1d1603768966
children 04b9a2566eec 94ec88ca68e2
comparison
equal deleted inserted replaced
4032:6da94c5a6746 4033:95009f678859
132 CPP_INCLUDE_DIRS=$(CPP_INCLUDE_DIRS) /I "$(ALTSRC)\cpu\$(Platform_arch)\vm" 132 CPP_INCLUDE_DIRS=$(CPP_INCLUDE_DIRS) /I "$(ALTSRC)\cpu\$(Platform_arch)\vm"
133 !endif 133 !endif
134 134
135 CPP_INCLUDE_DIRS=$(CPP_INCLUDE_DIRS) \ 135 CPP_INCLUDE_DIRS=$(CPP_INCLUDE_DIRS) \
136 /I "$(COMMONSRC)\share\vm" \ 136 /I "$(COMMONSRC)\share\vm" \
137 /I "$(COMMONSRC)\share\vm\precompiled" \
137 /I "$(COMMONSRC)\share\vm\prims" \ 138 /I "$(COMMONSRC)\share\vm\prims" \
138 /I "$(COMMONSRC)\os\windows\vm" \ 139 /I "$(COMMONSRC)\os\windows\vm" \
139 /I "$(COMMONSRC)\os_cpu\windows_$(Platform_arch)\vm" \ 140 /I "$(COMMONSRC)\os_cpu\windows_$(Platform_arch)\vm" \
140 /I "$(COMMONSRC)\cpu\$(Platform_arch)\vm" 141 /I "$(COMMONSRC)\cpu\$(Platform_arch)\vm"
141 142