summaryrefslogtreecommitdiff
path: root/lib/Makefile.Watcom
Commit message (Collapse)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* fix compiler warningYang Tse2010-02-191-1/+2
|
* Changed the Watcom makefiles to make them easier to keep in sync withDan Fandrich2010-02-031-35/+15
| | | | Makefile.inc since that can't be included directly.
* add curl_threads.c to non-configure target build filesYang Tse2010-01-261-1/+1
|
* Added rtsp.c to the non-configure target build filesDan Fandrich2010-01-211-1/+2
|
* Added the new protocol source files to the non-autoconf build filesDan Fandrich2010-01-151-1/+29
|
* libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse2009-09-281-2/+8
|
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-171-3/+10
| | | | into curl_rand.c and curl_rand.h
* Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich2009-07-151-1/+6
| | | | in the Watcom makefiles aren't quite correct).
* DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse2009-06-151-2/+2
|
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-36/+36
|
* Added 'slist.obj'.Gisle Vanem2009-04-181-1/+2
|
* Updated dependencies based on "gcc -MM".Gisle Vanem2008-12-161-112/+121
|
* Added the use of Watt-32 tcp/ip stack for Win32 target.Gisle Vanem2008-12-161-5/+15
| | | | | | If USE_WATT32=1 one needs to use stack-based calls (-3s). So to keep the makefile nice and clean, specify -3s for Winsock target too (there's hardly any speed-gain using -3r).
* Added curl_addrinfo.obj. Rearranged alphabetically.Gisle Vanem2008-11-011-29/+35
|
* Added rawstr.c to the non-configure libcurl makefilesDan Fandrich2008-10-231-0/+7
|
* Added option to use c-ares resolver lib.Yang Tse2008-08-201-0/+8
|
* Rewritten to also produce a static library (libcurl_wc.lib).Gisle Vanem2008-08-171-14/+39
|
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-5/+5
|
* libcurl internal md5.h header file renamed to curl_md5.hYang Tse2008-08-171-2/+2
|
* Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used).Gisle Vanem2008-08-131-3/+2
|
* Update dependencies.Gisle Vanem2008-08-131-198/+312
|
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-1/+1
| | | | This also implies the removal of the winmm.lib dependency for WIN32.
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-5/+2
| | | | $capath is known to configure, so it can be defined in config.h instead.
* Removed building 'libcurl_wc.lib' as this isn't a static-libraryGisle Vanem2007-12-091-16/+9
| | | | in the common sense. Renamed 'OBJ_DIR' to 'WC_Win32.obj'.
* Add support for LDAP urls. Allthough the OpenWatcomGisle Vanem2007-10-311-2/+2
| | | | headers <winlap.h> and <winber.h> defines wrong calling convention.
* Added optional use of zlib (USE_ZLIB=1).Gisle Vanem2007-10-311-4/+21
| | | | Use a response-file for the C-compiler.
* OpenWatcom cannot use wldap32.lib (wrong calling convention?).Gisle Vanem2007-10-281-31/+34
| | | | Added generation of dummy ca-bundle.h. Sorted objects.
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-1/+1
| | | | | | | | the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
* moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf2007-08-071-1/+1
|
* Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better asDaniel Stenberg2006-09-231-1/+1
| | | | | it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
* Updated dependency section.Gisle Vanem2006-08-291-215/+190
|
* Added dependency for splay.obj.Gisle Vanem2006-08-041-1/+3
|
* Added splay.c.Gisle Vanem2006-04-121-1/+2
|
* Changes for OpenWatcom 1.4.Gisle Vanem2005-11-241-3/+3
|
* Added option '-zc' puts const data in code-segment.Gisle Vanem2005-10-271-2/+3
| | | | Added CURL_DISABLE_TFTP; tftp.c doesn't compile as-is.
* Added tftp.obj.Gisle Vanem2005-10-061-1/+7
|
* GnuTLS updatesDaniel Stenberg2005-04-071-1/+8
|
* Added '-bd' option; target is a DLL.Gisle Vanem2005-01-121-4/+273
| | | | Added dependencies.
* New file.Gisle Vanem2005-01-081-0/+88