Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl.rc: embed manifest for correct Windows version detection | Viktor Szakats | 2018-05-30 | 1 | -1/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | * enable it in `src/Makefile.m32` * enable it in `winbuild/MakefileBuild.vc` if a custom manifest is _not_ enabled via the existing `EMBED_MANIFEST` option * enable it for all Windows CMake builds (also disable the built-in minimal manifest, added by CMake by default.) For other build systems, add the `-DCURL_EMBED_MANIFEST` option to the list of RC (Resource Compiler) flags to enable the manifest included in `src/curl.rc`. This may require to disable whatever automatic or other means in which way another manifest is added to `curl.exe`. Notice that Borland C doesn't support this method due to a long-pending resource compiler bug. Watcom C may also not handle it correctly when the `-zm` `wrc` option is used (this option may be unnecessary though) and regardless of options in certain earlier revisions of the 2.0 beta version. Closes https://github.com/curl/curl/pull/1221 Fixes https://github.com/curl/curl/issues/2591 | ||||
* | *.rc: escape non-ASCII/non-UTF-8 character for clarity | Viktor Szakats | 2017-01-19 | 1 | -2/+2 |
| | | | | Closes https://github.com/curl/curl/pull/1217 | ||||
* | s/cURL/curl | Daniel Stenberg | 2016-10-18 | 1 | -4/+4 |
| | | | | | The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case. | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -3/+3 |
| | |||||
* | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | 2009-06-15 | 1 | -2/+2 |
| | |||||
* | use more correctly named define. | Gunter Knauf | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | use copyright define instead of hardcoded string. | Gunter Knauf | 2008-01-24 | 1 | -1/+2 |
| | |||||
* | update copyright year | Yang Tse | 2008-01-22 | 1 | -2/+2 |
| | |||||
* | Take in account that it can be built with compiler debug info and | Yang Tse | 2007-04-13 | 1 | -1/+1 |
| | | | | without the curl memory debugging leak detection code enabled. | ||||
* | added project header to lib resource file; fixed header copyright. | Gunter Knauf | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | fixed copyright for new year. | Gunter Knauf | 2007-01-25 | 1 | -1/+1 |
| | |||||
* | Update copyright year. | Gisle Vanem | 2006-11-07 | 1 | -1/+1 |
| | |||||
* | update copyright year | Yang Tse | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | Change 'FILETYPE' to ' VFT_APP'. | Gisle Vanem | 2006-10-31 | 1 | -6/+6 |
| | |||||
* | update the copyright year | Daniel Stenberg | 2005-04-22 | 1 | -2/+2 |
| | |||||
* | new "version resource" file for windows builds | Daniel Stenberg | 2004-03-04 | 1 | -0/+63 |