make/windows/makefiles/compile.make

changeset 2540
15d6977f04b0
parent 2397
dbf8dcf069d1
child 2590
99bd05619fa4
     1.1 --- a/make/windows/makefiles/compile.make	Thu Feb 10 12:55:56 2011 +0100
     1.2 +++ b/make/windows/makefiles/compile.make	Thu Feb 10 13:03:22 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1997, 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 @@ -141,9 +141,6 @@
    1.11  !endif
    1.12  !endif
    1.13  
    1.14 -# Add what version of the compiler we think this is to the compile line
    1.15 -CPP_FLAGS=$(CPP_FLAGS) /D "MSC_VER=$(MSC_VER)"
    1.16 -
    1.17  # By default, we do not want to use the debug version of the msvcrt.dll file
    1.18  #   but if MFC_DEBUG is defined in the environment it will be used.
    1.19  MS_RUNTIME_OPTION = /MD

mercurial