Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-22 | Updated dependency libary versions. | Guenter Knauf | |
2012-04-26 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-20 | Updated dependency lib versions. | Guenter Knauf | |
2012-04-12 | Updated dependency lib versions (2nd try). | Guenter Knauf | |
2012-04-12 | Updated dependency lib versions. | Guenter Knauf | |
2011-12-30 | removed trailing whitespace | Yang Tse | |
2011-09-11 | Updated makefiles to latest libssh2. | Guenter Knauf | |
2011-09-03 | Updated dependecies versions. | Guenter Knauf | |
2011-04-24 | Enabled OpenWatcom native Windows IDN build. | Guenter Knauf | |
For now we directly import the Idn* symbols with the linker; an upcoming release of OWC will have these added to the import lib normaliz.lib, and prototypes are added to winnnls.h. | |||
2011-04-19 | Updated default (recommended) dependency versions. | Guenter Knauf | |
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 | 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-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 | Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. | Guenter Knauf | |
2010-08-02 | Removed ugly dependency lists since wmake knows the .autodepend directive. | Guenter Knauf | |
2010-08-02 | Use suffix search path for sources in lib folder. | Guenter Knauf | |
2010-08-02 | Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc. | Guenter Knauf | |
2010-08-02 | Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8. | Guenter Knauf | |
2010-08-01 | Added dependend libs for curl static linking. | 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-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
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. | |||
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-06-05 | introduction of os-specific.c and os-specific.h | Yang Tse | |
2008-10-27 | Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj. | Gisle Vanem | |
2008-08-13 | Update dependencies. | Gisle Vanem | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse | |
This also implies the removal of the winmm.lib dependency for WIN32. | |||
2007-12-09 | Removed use of '..\lib\libcurl_wc.lib' as this is not really | Gisle Vanem | |
a static-lib. Renamed 'OBJ_DIR' to 'WC_Win32.obj'. | |||
2007-08-07 | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf | |
2007-02-25 | Use dynamic version of libcurl. Use '\' in dependencies. | Gisle Vanem | |
2007-02-20 | curl tool was using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | |
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, curl tool, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we avoid the above described problems. | |||
2005-10-27 | Removed dependency on zlib.h. Added dependency for | Gisle Vanem | |
..\lib\timeval.c. | |||
2005-01-12 | Added dependencies. | Gisle Vanem | |
2005-01-11 | Removed CURLTOOLDEBUG. It caused libcurl_wc.dll | Gisle Vanem | |
to fail in mysterious ways. | |||
2005-01-11 | Fix '!if' expression. | Gisle Vanem | |