Ignore:
Timestamp:
Feb 13, 2012, 10:07:12 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b24 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/hotspot/make/windows/build.make

    r278 r309  
    11#
    2 # Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.
     2# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
    33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44#
     
    2020# or visit www.oracle.com if you need additional information or have any
    2121# questions.
    22 # 
     22#
    2323#
    2424
     
    7373!endif
    7474
    75 !if "$(BUILDARCH)" != "amd64"
    7675!if "$(BUILDARCH)" != "ia64"
    7776!ifndef CC_INTERP
     77!ifndef FORCE_TIERED
    7878FORCE_TIERED=1
    7979!endif
     
    103103VARIANT_TEXT=Client
    104104!elseif "$(Variant)" == "compiler2"
    105 !ifdef FORCE_TIERED
     105!if "$(FORCE_TIERED)" == "1"
    106106VARIANT_TEXT=Server
    107107realVariant=tiered
     
    136136# we use only integers in the file version field.  So:
    137137# JDK_UPDATE_VER = JDK_UPDATE_VERSION * 10 + EXCEPTION_VERSION
    138 # 
     138#
    139139JDK_UPDATE_VER=0
    140140JDK_BUILD_NUMBER=0
     
    149149#
    150150# JDK_* variables are defined in make/hotspot_version or on command line
    151 # 
     151#
    152152JDK_VER=$(JDK_MINOR_VER),$(JDK_MICRO_VER),$(JDK_UPDATE_VER),$(JDK_BUILD_NUMBER)
    153153JDK_DOTVER=$(JDK_MINOR_VER).$(JDK_MICRO_VER).$(JDK_UPDATE_VER).$(JDK_BUILD_NUMBER)
     
    163163# Hotspot Express VM FileVersion:
    164164# 10.0-b<yz> will have DLL version 10.0.0.yz (need 4 numbers).
    165 # 
     165#
    166166# HS_* variables are defined in make/hotspot_version
    167167#
     
    183183
    184184# We don't support SA on ia64, and we can't
    185 # build it if we are using a version of Vis Studio 
     185# build it if we are using a version of Vis Studio
    186186# older than .Net 2003.
    187187# SA_INCLUDE and SA_LIB are hold-overs from a previous
Note: See TracChangeset for help on using the changeset viewer.