< prev index next >

jdk/make/launcher/Launcher-java.base.gmk

Print this page

        

*** 23,38 **** # questions. # include LauncherCommon.gmk JAVA_RC_FLAGS += -I $(JDK_TOPDIR)/src/java.base/windows/native/common ! ifdef OPENJDK ! JAVA_RC_FLAGS += -I $(JDK_TOPDIR)/src/java.base/windows/native/launcher/icons ! else ! JAVA_RC_FLAGS += -I $(JDK_TOPDIR)/src/closed/java.base/windows/native/launcher/icons ! endif ################################################################################ # On windows, the debuginfo files get the same name as for java.dll. Build # into another dir and copy selectively so debuginfo for java.dll isn't --- 23,36 ---- # questions. # include LauncherCommon.gmk + $(eval $(call IncludeCustomExtension, jdk, launcher/Launcher-java.base.gmk)) + JAVA_RC_FLAGS += -I $(JDK_TOPDIR)/src/java.base/windows/native/common ! JAVA_RC_FLAGS += -I $(JDK_TOPDIR)/src/java.base/windows/native/launcher/icons ################################################################################ # On windows, the debuginfo files get the same name as for java.dll. Build # into another dir and copy selectively so debuginfo for java.dll isn't
< prev index next >