jdk/make/java/npt/Makefile
changeset 12047 320a714614e9
parent 9035 1255eb81cc2f
child 12292 0066b3386371
equal deleted inserted replaced
12046:378aa3362868 12047:320a714614e9
    65 # Add -export options to explicitly spell exported symbols
    65 # Add -export options to explicitly spell exported symbols
    66 ifeq ($(PLATFORM), windows)
    66 ifeq ($(PLATFORM), windows)
    67   OTHER_LCF += -export:nptInitialize -export:nptTerminate
    67   OTHER_LCF += -export:nptInitialize -export:nptTerminate
    68 endif
    68 endif
    69 
    69 
       
    70 # Add location of iconv header
       
    71 ifeq ($(PLATFORM), macosx))
       
    72   OTHER_LDLIBS += -liconv
       
    73 endif
       
    74 
    70 #
    75 #
    71 # Add to ambient vpath so we pick up the library files
    76 # Add to ambient vpath so we pick up the library files
    72 #
    77 #
    73 vpath %.c $(SRCDIR):$(PSRCDIR)
    78 vpath %.c $(SRCDIR):$(PSRCDIR)
    74 
    79