make/windows/makefiles/rules.make

changeset 2540
15d6977f04b0
parent 2369
aa6e219afbf1
child 2675
74e790c48cd4
     1.1 --- a/make/windows/makefiles/rules.make	Thu Feb 10 12:55:56 2011 +0100
     1.2 +++ b/make/windows/makefiles/rules.make	Thu Feb 10 13:03:22 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2003, 2011, 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 @@ -53,7 +53,7 @@
    1.11  !if "$(MSC_VER)" == "1200"
    1.12  
    1.13  VcVersion=VC6
    1.14 -ProjectFile=vm.dsp
    1.15 +ProjectFile=jvm.dsp
    1.16  
    1.17  !elseif "$(MSC_VER)" == "1400"
    1.18  

mercurial