Changeset 235
- Timestamp:
- Jan 10, 2011, 2:04:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/Makefile
r233 r235 62 62 RENDER_SUBDIR = dcpr 63 63 endif 64 ifndef OS2_TEMP65 64 SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \ 66 65 awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \ … … 69 68 jawt text nio launcher management $(ORG_SUBDIR) \ 70 69 native2ascii serialver tools jconsole 71 else # disable GUI stuff72 SUBDIRS = jar security javazic misc net $(RENDER_SUBDIR) image \73 awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \74 $(HEADLESS_SUBDIR) $(DGA_SUBDIR) \75 font jpeg cmm applet rmi beans $(JDBC_SUBDIR) \76 jawt text nio launcher management $(ORG_SUBDIR) \77 native2ascii serialver tools jconsole78 endif79 70 80 71 all build clean clobber::
Note:
See TracChangeset
for help on using the changeset viewer.