make/java/main/javaw/Makefile

Print this page




  45 include $(BUILDDIR)/common/Defs.gmk
  46 
  47 OTHER_CPPFLAGS += -DJAVAW
  48 LDLIBS_COMMON +=  user32.lib comctl32.lib
  49 
  50 # Override the default version info with our own resource file (see 5106536)
  51 ifeq ($(PLATFORM), windows)
  52 ifdef OPENJDK
  53     RC_FLAGS += -i "$(PLATFORM_SRC)/resource/icons"
  54 else
  55     RC_FLAGS += -i "$(CLOSED_SRC)/windows/native/sun/windows"
  56 endif
  57   VERSIONINFO_RESOURCE = $(PLATFORM_SRC)/resource/java.rc
  58 endif
  59 
  60 #
  61 # Rules.
  62 #
  63 include $(BUILDDIR)/common/Program.gmk
  64 OTHER_CPPFLAGS += -DEXPAND_CLASSPATH_WILDCARDS
  65 OTHER_CPPFLAGS += -DLAUNCHER_NAME=\"$(LAUNCHER_NAME)\"



  45 include $(BUILDDIR)/common/Defs.gmk
  46 
  47 OTHER_CPPFLAGS += -DJAVAW
  48 LDLIBS_COMMON +=  user32.lib comctl32.lib
  49 
  50 # Override the default version info with our own resource file (see 5106536)
  51 ifeq ($(PLATFORM), windows)
  52 ifdef OPENJDK
  53     RC_FLAGS += -i "$(PLATFORM_SRC)/resource/icons"
  54 else
  55     RC_FLAGS += -i "$(CLOSED_SRC)/windows/native/sun/windows"
  56 endif
  57   VERSIONINFO_RESOURCE = $(PLATFORM_SRC)/resource/java.rc
  58 endif
  59 
  60 #
  61 # Rules.
  62 #
  63 include $(BUILDDIR)/common/Program.gmk
  64 OTHER_CPPFLAGS += -DEXPAND_CLASSPATH_WILDCARDS
  65 OTHER_CPPFLAGS += -DLAUNCHER_NAME='"$(LAUNCHER_NAME)"'
  66