Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2010-12-05 | Updated OpenSSL version. | Guenter Knauf | |
2010-10-14 | Some more small Watcom makefile fixes. | Guenter Knauf | |
2010-10-13 | Modified Watcom makefiles to work on Linux too. | Guenter Knauf | |
2010-10-12 | Fixed Watcom makefile. | Guenter Knauf | |
2010-10-12 | Added build bits for librtmp / libssh2 to Watcom makefiles. | Guenter Knauf | |
2010-08-18 | It is sufficient to pipe stderr to NUL to get rid of the nasty messages. | Guenter Knauf | |
2010-08-18 | Added SSPI build to Watcom makefile. | Guenter Knauf | |
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf | |
2010-08-11 | Added OpenSSL builds to Watcom makefiles. | Guenter Knauf | |
2010-08-10 | More Watcom makefile fixes ... | Guenter Knauf | |
Final fix (hopefully!) for dll wlink loader; prefer faster internal rm if available. | |||
2010-08-10 | Fixed my wrong edit. | Guenter Knauf | |
2010-08-10 | More Watcom makefile fixes. | Guenter Knauf | |
Added the -br switch to dynamic builds which fixes the issue I saw with curl's --version output. Added debug info and symfile for debug builds to linker opts. Added DLL loader for wlink back, but this time dependend on wlink version. Patch posted to the list by malak.jiri AT gmail.com. | |||
2010-08-10 | Changed test for -u switch in order to enable other wmake switches. | Guenter Knauf | |
The var %MAKEFLAGS is only set in 3 cases: if set as environment var or as macro definition from commandline, and either with the -u or -ms switch. Since all these cases are unlikely for the average user it should be safe to only test if %MAKEFLAGS is defined; this has the benefit that now all other switches can be used again in addition to the -u which was formerly not possible. | |||
2010-08-07 | Fix to overwrite libcurl name. | Guenter Knauf | |
2010-08-06 | Some more Watcom makefile massage ... | Guenter Knauf | |
For now removed the .autodepend directive until I've figured out which of my changes broke it again. | |||
2010-08-02 | Removed ugly dependency lists since wmake knows the .autodepend directive. | Guenter Knauf | |
2010-08-02 | Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8. | Guenter Knauf | |
2010-08-02 | Moved the LDAP API defines from Makefile.Watcom to config-win32.h. | Guenter Knauf | |
These defines are only needed for older Watcom versions (< 1280). | |||
2010-08-01 | Fixed curlbuild.h rule. | Guenter Knauf | |
2010-08-01 | Added rule to create curlbuild.h if not present (for builds from git). | Guenter Knauf | |
2010-07-31 | Fixed curl.exe static linking. | Guenter Knauf | |
2010-07-29 | Make Watcom makefiles use Makefile.inc to reduce future maintainance. | Guenter Knauf | |
lib/Makefile.Watcom works fine already, for src/Makefile.Watcom we need first to tweak src/Makefile.inc a bit - therefore the handtweaked list still exists for now. | |||
2010-07-29 | Watcom makefiles overhaul. | Guenter Knauf | |
- make both libcurl and curl makefiles use register calling convention (previously libcurl had stack calling convention). - added include paths to the Watcom headers so its no longer required to set the environment vars for this. - added -wcd=201 to supress compiler warning about unreachable code. - use macros for all tools, and removed dependency on GNU tools like rm. - make ipv6 and debug builds controlable via env vars and so make them optional instead of default. - commented WINLDAPAPI and WINBERAPI since they broke with OW 1.8, and it seems they're not needed (anymore?). - added rule for hugehelp.c.cvs so that it will be created when not already exist - this is required for building from a release tarball since there we have no hugehelp.c.cvs, thus compilation broke. - removed C_ARG creation from lib/Makefile.Watcom and use CFLAGS directly as done too in src/Makefile.Watcom - this has the benefit that we will see all active cflags and defines during compile. - added LINK-ARG to src/Makefile.Watcom in order to better control linker input. - a couple of other minor makefile tweaks here and there ... - added largefile support for Watcom builds to config-win32.h. Not yet tested if it really works, but should since Win32 supports it. - added loaddll stuff to speed up builds if supported. | |||
2010-07-26 | Added md4.c to the Watcom makefile | Dan Fandrich | |
2010-06-02 | add missing new files to non-configure target build files | Yang Tse | |
2010-05-12 | Added Polar SSL and RTMP files to the non-autoconf build files | Dan Fandrich | |
I didn't bother with a few that have little hope of running the required dependent libraries. | |||
2010-05-12 | Added the new ftp source files to the non-autoconf build files | Dan Fandrich | |
2010-04-20 | Add compilation directives for hmac in Watcom,riscos and vc6 ↵ | monnerat | |
platform-specific makefiles. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-03 | Changed the Watcom makefiles to make them easier to keep in sync with | Dan Fandrich | |
Makefile.inc since that can't be included directly. | |||
2010-01-26 | add curl_threads.c to non-configure target build files | Yang Tse | |
2010-01-21 | Added rtsp.c to the non-configure target build files | Dan Fandrich | |
2010-01-15 | Added the new protocol source files to the non-autoconf build files | Dan Fandrich | |
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | |
into curl_rand.c and curl_rand.h | |||
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | |
in the Watcom makefiles aren't quite correct). | |||
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse | |
2009-04-18 | Added 'slist.obj'. | Gisle Vanem | |
2008-12-16 | Updated dependencies based on "gcc -MM". | Gisle Vanem | |
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 target. | Gisle Vanem | |
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). | |||
2008-11-01 | Added curl_addrinfo.obj. Rearranged alphabetically. | Gisle Vanem | |
2008-10-23 | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich | |
2008-08-20 | Added option to use c-ares resolver lib. | Yang Tse | |
2008-08-17 | Rewritten to also produce a static library (libcurl_wc.lib). | Gisle Vanem | |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | |
2008-08-17 | libcurl internal md5.h header file renamed to curl_md5.h | Yang Tse | |
2008-08-13 | Remved '-dDEBUG_THREADING_GETADDRINFO' (no longer used). | Gisle Vanem | |