Changeset 99 for trunk/openjdk/jdk/make


Ignore:
Timestamp:
Aug 10, 2010, 8:01:22 PM (15 years ago)
Author:
dmik
Message:

jdk: Made hprof.dll build on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/java/java_hprof_demo/Makefile

    r74 r99  
    8181                 -I$(SHARE_SRC)/demo/jvmti/java_crw_demo
    8282
    83 ifeq ($(filter-out windows os2, $(PLATFORM)),)
     83ifeq ($(PLATFORM), windows)
    8484  OTHER_LDLIBS += wsock32.lib winmm.lib
    8585else
     86ifeq ($(PLATFORM), os2)
     87  OTHER_LDLIBS += -lwsock32.lib -lwinmm.lib
     88else
    8689  OTHER_LDLIBS += $(LIBSOCKET) -lnsl -ldl
     90endif
    8791endif
    8892
     
    113117# Add to ambient vpath so we pick up the library files
    114118#
    115 vpath %.c $(SRCDIR):$(PSRCDIR)
     119vpath %.c $(SRCDIR) $(PSRCDIR)
    116120
    117121#
Note: See TracChangeset for help on using the changeset viewer.