make/windows/makefiles/rules.make

changeset 2369
aa6e219afbf1
parent 1907
c18cbe5936b8
child 2540
15d6977f04b0
     1.1 --- a/make/windows/makefiles/rules.make	Tue Dec 14 15:10:52 2010 -0500
     1.2 +++ b/make/windows/makefiles/rules.make	Wed Dec 15 07:11:31 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -48,7 +48,7 @@
    1.11  JAVAC_FLAGS=-g -encoding ascii
    1.12  BOOTSTRAP_JAVAC_FLAGS=$(JAVAC_FLAGS) -source $(BOOT_SOURCE_LANGUAGE_VERSION) -target $(BOOT_TARGET_CLASS_VERSION)
    1.13  
    1.14 -ProjectFile=vm.vcproj
    1.15 +ProjectFile=jvm.vcproj
    1.16  
    1.17  !if "$(MSC_VER)" == "1200"
    1.18  
    1.19 @@ -63,6 +63,11 @@
    1.20  
    1.21  VcVersion=VC9
    1.22  
    1.23 +!elseif "$(MSC_VER)" == "1600"
    1.24 +
    1.25 +# for compatibility - we don't yet have a ProjectCreator for VC10
    1.26 +VcVersion=VC9
    1.27 +
    1.28  !else
    1.29  
    1.30  VcVersion=VC7

mercurial