Changeset 238


Ignore:
Timestamp:
Jan 11, 2011, 11:02:17 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Enabled deploying demos/samples and all missing GUI components (that are now available), to the SDK image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Release.gmk

    r164 r238  
    943943        @#
    944944        $(CP) $(LIBDIR)/$(LIB_PREFIX)jvm.$(LIB_SUFFIX) $(JDK_IMAGE_DIR)/lib
    945 ifndef OS2_TEMP # GUI stuff
    946945        $(CP) $(LIBDIR)/$(LIB_PREFIX)jawt.$(LIB_SUFFIX) $(JDK_IMAGE_DIR)/lib
    947 endif
    948946        @#
    949947        @# bin/
     
    10711069        @# demo, include
    10721070        @#
    1073 ifndef OS2_TEMP # later
    10741071        $(CP) -r -f $(DEMODIR) $(JDK_IMAGE_DIR)
    10751072        $(CP) -r -f $(SAMPLEDIR) $(JDK_IMAGE_DIR)
    1076 endif
    10771073        $(CP) -r $(INCLUDEDIR) $(JDK_IMAGE_DIR)
    1078 ifndef OS2_TEMP # GUI stuff
    10791074        @#
    10801075        @# Swing BeanInfo generation
    10811076        @#
    10821077        $(CD) javax/swing/beaninfo && $(MAKE) swing-1.2-beans
    1083 endif
    10841078ifneq ($(filter-out windows os2, $(PLATFORM)),)
    10851079        $(call copy-man-pages,$(JDK_IMAGE_DIR),$(JDK_MAN_PAGES))
Note: See TracChangeset for help on using the changeset viewer.