< prev index next >

hotspot/make/windows/makefiles/compile.make

Print this page


   1 #
   2 # Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #  


 173 # Resource compiler settings
 174 !if "x$(RC)" == "x"
 175 RC=rc.exe
 176 !endif
 177 RC_FLAGS=/D "HS_VER=$(HS_VER)" \
 178          /D "HS_DOTVER=$(HS_DOTVER)" \
 179          /D "HS_BUILD_ID=$(HS_BUILD_ID)" \
 180          /D "JDK_VER=$(JDK_VER)" \
 181          /D "JDK_DOTVER=$(JDK_DOTVER)" \
 182          /D "HS_COMPANY=$(HS_COMPANY)" \
 183          /D "HS_FILEDESC=$(HS_FILEDESC)" \
 184          /D "HS_COPYRIGHT=$(HS_COPYRIGHT)" \
 185          /D "HS_FNAME=$(HS_FNAME)" \
 186          /D "HS_INTERNAL_NAME=$(HS_INTERNAL_NAME)" \
 187          /D "HS_NAME=$(HS_NAME)"
 188 
 189 # Need this to match the CXX_FLAGS settings
 190 !if "$(MFC_DEBUG)" == "true"
 191 RC_FLAGS = $(RC_FLAGS) /D "_DEBUG"
 192 !endif
 193 
   1 #
   2 # Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 173 # Resource compiler settings
 174 !if "x$(RC)" == "x"
 175 RC=rc.exe
 176 !endif
 177 RC_FLAGS=/D "HS_VER=$(HS_VER)" \
 178          /D "HS_DOTVER=$(HS_DOTVER)" \
 179          /D "HS_BUILD_ID=$(HS_BUILD_ID)" \
 180          /D "JDK_VER=$(JDK_VER)" \
 181          /D "JDK_DOTVER=$(JDK_DOTVER)" \
 182          /D "HS_COMPANY=$(HS_COMPANY)" \
 183          /D "HS_FILEDESC=$(HS_FILEDESC)" \
 184          /D "HS_COPYRIGHT=$(HS_COPYRIGHT)" \
 185          /D "HS_FNAME=$(HS_FNAME)" \
 186          /D "HS_INTERNAL_NAME=$(HS_INTERNAL_NAME)" \
 187          /D "HS_NAME=$(HS_NAME)"
 188 
 189 # Need this to match the CXX_FLAGS settings
 190 !if "$(MFC_DEBUG)" == "true"
 191 RC_FLAGS = $(RC_FLAGS) /D "_DEBUG"
 192 !endif

< prev index next >