make/sun/Makefile
Print this page
*** 66,76 ****
else
RENDER_SUBDIR = dcpr
endif
# nio need to be compiled before awt to have all charsets ready
! SUBDIRS = jar security javazic misc net nio text launcher
ifdef BUILD_HEADLESS_ONLY
DISPLAY_LIBS = awt $(HEADLESS_SUBDIR)
DISPLAY_TOOLS =
else
--- 66,76 ----
else
RENDER_SUBDIR = dcpr
endif
# nio need to be compiled before awt to have all charsets ready
! SUBDIRS = jar security javazic misc net nio text util launcher
ifdef BUILD_HEADLESS_ONLY
DISPLAY_LIBS = awt $(HEADLESS_SUBDIR)
DISPLAY_TOOLS =
else