--- a/hotspot/make/windows/projectfiles/common/Makefile Fri Aug 09 15:36:09 2013 -0700
+++ b/hotspot/make/windows/projectfiles/common/Makefile Sat Aug 10 10:56:27 2013 -0700
@@ -112,6 +112,7 @@
ProjectCreatorIDEOptions = $(ProjectCreatorIDEOptions) $(ReleaseOptions)
$(HOTSPOTBUILDSPACE)/$(ProjectFile): $(HOTSPOTBUILDSPACE)/classes/ProjectCreator.class
+ @if "$(MSC_VER)"=="1500" echo Make sure you have VS2008 SP1 or later, or you may see 'expanded command line too long'
@$(RUN_JAVA) -Djava.class.path="$(HOTSPOTBUILDSPACE)/classes" ProjectCreator WinGammaPlatform$(VcVersion) $(ProjectCreatorIDEOptions)
clean: