~ubuntu-branches/ubuntu/lucid/curl/lucid

« back to all changes in this revision

Viewing changes to lib/Makefile.vc9

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-12-11 19:33:21 UTC
  • mfrom: (3.4.2 squeeze) (40.1.2 curl)
  • Revision ID: james.westby@ubuntu.com-20091211193321-tenukopudyznzbjj
Tags: 7.19.7-1ubuntu1
* Merge with Debian testing.  Remaining changes:
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
450
450
        $(DIROBJ)\content_encoding.obj \
451
451
        $(DIROBJ)\cookie.obj \
452
452
        $(DIROBJ)\curl_addrinfo.obj \
 
453
        $(DIROBJ)\curl_memrchr.obj \
 
454
        $(DIROBJ)\curl_rand.obj \
453
455
        $(DIROBJ)\curl_sspi.obj \
454
456
        $(DIROBJ)\dict.obj \
455
457
        $(DIROBJ)\easy.obj \
483
485
        $(DIROBJ)\mprintf.obj \
484
486
        $(DIROBJ)\multi.obj \
485
487
        $(DIROBJ)\netrc.obj \
 
488
        $(DIROBJ)\nonblock.obj \
486
489
        $(DIROBJ)\parsedate.obj \
487
490
        $(DIROBJ)\progress.obj \
488
491
        $(DIROBJ)\rawstr.obj \
537
540
debug-dll-ssl-dll\libcurl.res \
538
541
debug-dll-zlib-dll\libcurl.res \
539
542
debug-dll-ssl-dll-zlib-dll\libcurl.res: libcurl.rc
540
 
        rc /dCURLDEBUG=1 /Fo $@ libcurl.rc
 
543
        rc /dDEBUGBUILD=1 /Fo $@ libcurl.rc
541
544
 
542
545
release-dll\libcurl.res \
543
546
release-dll-ssl-dll\libcurl.res \
544
547
release-dll-zlib-dll\libcurl.res \
545
548
release-dll-ssl-dll-zlib-dll\libcurl.res: libcurl.rc
546
 
        rc /dCURLDEBUG=0 /Fo $@ libcurl.rc
 
549
        rc /dDEBUGBUILD=0 /Fo $@ libcurl.rc
547
550
!ENDIF  # End of case where a config was provided.