comparison make/windows/makefiles/vm.make @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 0654ee04b214 95009f678859
children c843578c269d
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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