Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-25 | Fixed MinGW examples makefile. | Guenter Knauf | |
2011-09-23 | Added Win32-only samples. | Guenter Knauf | |
2011-09-21 | Another MinGW example makefile tweak. | Guenter Knauf | |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf | |
Suffix rules cannot have any prerequisites of their own. | |||
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf | |
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist. | |||
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf | |
All paths to dependencies now quoted; synced examples makefile. | |||
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-09-03 | updated MingW32 makefile for recent external libs. | Gunter Knauf | |
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. | |||
2008-04-02 | removed unused var. | Gunter Knauf | |
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich | |
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal. | |||
2008-02-18 | added makefile for MingW32 to build most of the samples. | Gunter Knauf | |