Commit 8b66981c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- I renamed everything in the windows builds files that used the name 'curllib'

  to the proper 'libcurl' as clearly this caused confusion.
parent 3a7e8c9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@

                                  Changelog

Daniel Stenberg (23 Feb 2009)
- I renamed everything in the windows builds files that used the name 'curllib'
  to the proper 'libcurl' as clearly this caused confusion.

Yang Tse (20 Feb 2009)
- Do not halt compilation when using VS2008 to build a Windows 2000 target.

+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ Win32
   - Modify lib/setup.h
   - Modify lib/Makefile.vc6
   - Add defines to Project/Settings/C/C++/General/Preprocessor Definitions
     in the curllib.dsw/curllib.dsp Visual C++ 6 IDE project.
     in the libcurl.dsw/libcurl.dsp Visual C++ 6 IDE project.


   Important static libcurl usage note
+2 −2
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ Makefile
config.h
stamp-*
getdate.c
curllib.dsp
curllib.vcproj
libcurl.dsp
libcurl.vcproj
*.dist
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#                            | (__| |_| |  _ <| |___
#                             \___|\___/|_| \_\_____|
#
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -22,15 +22,15 @@
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc

DSP = curllib.dsp
VCPROJ = curllib.vcproj
DSP = libcurl.dsp
VCPROJ = libcurl.vcproj

DOCS = README.encoding README.memoryleak README.ares README.curlx	\
 README.hostip README.multi_socket README.httpauth README.pipelining    \
 README.NSS README.curl_off_t

EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \
 curllib.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h  \
 libcurl.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h  \
 config.h.in makefile.dj config.dos libcurl.framework.make libcurl.plist   \
 libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga		   \
 Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot   \
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00

###############################################################################

Project: "curllib"=".\curllib.dsp" - Package Owner=<4>
Project: "libcurl"=".\libcurl.dsp" - Package Owner=<4>

Package=<5>
{{{
Loading