jdk/make/com/sun/tools/attach/Makefile
changeset 9840 376425f4ed3d
parent 8583 15dea0fdc2ea
child 9842 7471b93771b0
equal deleted inserted replaced
9838:8aa3ac86d7ee 9840:376425f4ed3d
    46 include Exportedfiles.gmk
    46 include Exportedfiles.gmk
    47 
    47 
    48 ifeq ($(PLATFORM), solaris)
    48 ifeq ($(PLATFORM), solaris)
    49 OTHER_LDLIBS += -ldoor
    49 OTHER_LDLIBS += -ldoor
    50 endif
    50 endif
       
    51 ifeq ($(PLATFORM), windows)
       
    52 EXTRA_LIBS += psapi.lib
       
    53 endif
    51 
    54 
    52 vpath %.c $(PLATFORM_SRC)/native/sun/tools/attach
    55 vpath %.c $(PLATFORM_SRC)/native/sun/tools/attach
    53 
    56 
    54 all: classes copy-files
    57 all: classes copy-files
    55 
    58