jdk/make/sun/security/mscapi/Makefile
changeset 10798 413b731e1818
parent 10111 0b0ad1a4b88a
child 12193 8ad489a789e1
equal deleted inserted replaced
10797:f51518b30c84 10798:413b731e1818
   157 
   157 
   158 #
   158 #
   159 # Libraries to link
   159 # Libraries to link
   160 #
   160 #
   161 ifeq ($(PLATFORM), windows)
   161 ifeq ($(PLATFORM), windows)
   162   OTHER_LDLIBS += $(JVMLIB) Crypt32.Lib
   162   OTHER_LDLIBS += Crypt32.Lib
   163 endif
   163 endif
   164 
   164 
   165 #
   165 #
   166 # We use a variety of subdirectories in the $(TEMPDIR) depending on what
   166 # We use a variety of subdirectories in the $(TEMPDIR) depending on what
   167 # part of the build we're doing.  Both OPENJDK/JDK builds are initially
   167 # part of the build we're doing.  Both OPENJDK/JDK builds are initially