comparison make/windows/makefiles/rules.make @ 2233:15d6977f04b0

7017824: Add support for creating 64-bit Visual Studio projects Summary: Updated create.bat and ProjectCreator Reviewed-by: brutisso, stefank, ohair
author sla
date Thu, 10 Feb 2011 13:03:22 +0100
parents aa6e219afbf1
children 74e790c48cd4
comparison
equal deleted inserted replaced
2205:b83527d0482d 2233:15d6977f04b0
1 # 1 #
2 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
51 ProjectFile=jvm.vcproj 51 ProjectFile=jvm.vcproj
52 52
53 !if "$(MSC_VER)" == "1200" 53 !if "$(MSC_VER)" == "1200"
54 54
55 VcVersion=VC6 55 VcVersion=VC6
56 ProjectFile=vm.dsp 56 ProjectFile=jvm.dsp
57 57
58 !elseif "$(MSC_VER)" == "1400" 58 !elseif "$(MSC_VER)" == "1400"
59 59
60 VcVersion=VC8 60 VcVersion=VC8
61 61