hotspot/make/windows/projectfiles/common/Makefile
changeset 19277 8952a5e25673
parent 18025 b7bcf7497f93
child 24238 641b2b1b0163
--- 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: