Commit fcb498b0 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Added curl_addrinfo.obj. Rearranged alphabetically.

parent 0433252e
Loading
Loading
Loading
Loading
+35 −29
Original line number Diff line number Diff line
@@ -36,25 +36,25 @@ LIB_ARG = $(OBJ_BASE)\stat\wlib.arg

OBJS = $(OBJ_DIR)\base64.obj           $(OBJ_DIR)\connect.obj        &
       $(OBJ_DIR)\content_encoding.obj $(OBJ_DIR)\cookie.obj         &
       $(OBJ_DIR)\dict.obj             $(OBJ_DIR)\easy.obj        &
       $(OBJ_DIR)\escape.obj           $(OBJ_DIR)\file.obj        &
       $(OBJ_DIR)\formdata.obj         $(OBJ_DIR)\ftp.obj         &
       $(OBJ_DIR)\getenv.obj           $(OBJ_DIR)\getinfo.obj     &
       $(OBJ_DIR)\gtls.obj             $(OBJ_DIR)\hash.obj        &
       $(OBJ_DIR)\hostares.obj         $(OBJ_DIR)\hostasyn.obj    &
       $(OBJ_DIR)\hostip.obj           $(OBJ_DIR)\hostip4.obj     &
       $(OBJ_DIR)\hostip6.obj          $(OBJ_DIR)\hostsyn.obj     &
       $(OBJ_DIR)\hostthre.obj         $(OBJ_DIR)\http.obj        &
       $(OBJ_DIR)\http_chunks.obj      $(OBJ_DIR)\http_digest.obj &
       $(OBJ_DIR)\http_negotiate.obj   $(OBJ_DIR)\http_ntlm.obj   &
       $(OBJ_DIR)\if2ip.obj            $(OBJ_DIR)\inet_ntop.obj   &
       $(OBJ_DIR)\inet_pton.obj        $(OBJ_DIR)\krb4.obj        &
       $(OBJ_DIR)\ldap.obj             $(OBJ_DIR)\llist.obj       &
       $(OBJ_DIR)\md5.obj              $(OBJ_DIR)\memdebug.obj    &
       $(OBJ_DIR)\mprintf.obj          $(OBJ_DIR)\multi.obj       &
       $(OBJ_DIR)\netrc.obj            $(OBJ_DIR)\parsedate.obj   &
       $(OBJ_DIR)\progress.obj         $(OBJ_DIR)\security.obj    &
       $(OBJ_DIR)\rawstr.obj           $(OBJ_DIR)\rawstr.obj    &
       $(OBJ_DIR)\curl_addrinfo.obj    $(OBJ_DIR)\dict.obj           &
       $(OBJ_DIR)\easy.obj             $(OBJ_DIR)\escape.obj         &
       $(OBJ_DIR)\file.obj             $(OBJ_DIR)\formdata.obj       &
       $(OBJ_DIR)\ftp.obj              $(OBJ_DIR)\getenv.obj         &
       $(OBJ_DIR)\getinfo.obj          $(OBJ_DIR)\gtls.obj           &
       $(OBJ_DIR)\hash.obj             $(OBJ_DIR)\hostares.obj       &
       $(OBJ_DIR)\hostasyn.obj         $(OBJ_DIR)\hostip.obj         &
       $(OBJ_DIR)\hostip4.obj          $(OBJ_DIR)\hostip6.obj        &
       $(OBJ_DIR)\hostsyn.obj          $(OBJ_DIR)\hostthre.obj       &
       $(OBJ_DIR)\http.obj             $(OBJ_DIR)\http_chunks.obj    &
       $(OBJ_DIR)\http_digest.obj      $(OBJ_DIR)\http_negotiate.obj &
       $(OBJ_DIR)\http_ntlm.obj        $(OBJ_DIR)\if2ip.obj          &
       $(OBJ_DIR)\inet_ntop.obj        $(OBJ_DIR)\inet_pton.obj      &
       $(OBJ_DIR)\krb4.obj             $(OBJ_DIR)\ldap.obj           &
       $(OBJ_DIR)\llist.obj            $(OBJ_DIR)\md5.obj            &
       $(OBJ_DIR)\memdebug.obj         $(OBJ_DIR)\mprintf.obj        &
       $(OBJ_DIR)\multi.obj            $(OBJ_DIR)\netrc.obj          &
       $(OBJ_DIR)\parsedate.obj        $(OBJ_DIR)\progress.obj       &
       $(OBJ_DIR)\security.obj         $(OBJ_DIR)\rawstr.obj         &
       $(OBJ_DIR)\select.obj           $(OBJ_DIR)\sendf.obj          &
       $(OBJ_DIR)\share.obj            $(OBJ_DIR)\socks.obj          &
       $(OBJ_DIR)\speedcheck.obj       $(OBJ_DIR)\splay.obj          &
@@ -510,3 +510,9 @@ $(OBJ_DIR)\rawstr.obj: rawstr.c setup.h config-win32.h ..\include\curl\curlbuild
  ..\include\curl\easy.h ..\include\curl\multi.h ..\include\curl\curl.h &
  strerror.h urldata.h cookie.h formdata.h timeval.h http_chunks.h &
  hostip.h hash.h llist.h splay.h ..\include\curl\mprintf.h
$(OBJ_DIR)\curl_addrinfo.o: curl_addrinfo.c setup.h config-win32.h &
  ..\include\curl\curlbuild.h ..\include\curl\curlrules.h setup_once.h &
  ..\include\curl\curl.h ..\include\curl\curlver.h &
  ..\include\curl\curlrules.h ..\include\curl\easy.h &
  ..\include\curl\multi.h ..\include\curl\curl.h curl_addrinfo.h &
  ..\include\curl\mprintf.h memory.h memdebug.h
 No newline at end of file