summaryrefslogtreecommitdiff
path: root/src/curl.rc
Commit message (Collapse)AuthorAgeFilesLines
* (lib)curl.rc: fixup for minor bugsStefan Kanthak2018-12-101-5/+5
| | | | | | | | | | | | | | | All resources defined in lib/libcurl.rc and curl.rc are language neutral. winbuild/MakefileBuild.vc ALWAYS defines the macro DEBUGBUILD, so the ifdef's in line 33 of lib/libcurl.rc and src/curl.rc are wrong. Replace the hard-coded constants in both *.rc files with #define'd values. Thumbs-uped-by: Rod Widdowson, Johannes Schindelin URL: https://curl.haxx.se/mail/lib-2018-11/0000.html Closes #3348
* curl.rc: embed manifest for correct Windows version detectionViktor Szakats2018-05-301-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 clarityViktor Szakats2017-01-191-2/+2
| | | | Closes https://github.com/curl/curl/pull/1217
* s/cURL/curlDaniel Stenberg2016-10-181-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 Stenberg2016-02-031-3/+3
|
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-1/+1
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse2009-06-151-2/+2
|
* use more correctly named define.Gunter Knauf2008-01-241-1/+1
|
* use copyright define instead of hardcoded string.Gunter Knauf2008-01-241-1/+2
|
* update copyright yearYang Tse2008-01-221-2/+2
|
* Take in account that it can be built with compiler debug info andYang Tse2007-04-131-1/+1
| | | | without the curl memory debugging leak detection code enabled.
* added project header to lib resource file; fixed header copyright.Gunter Knauf2007-01-261-1/+1
|
* fixed copyright for new year.Gunter Knauf2007-01-251-1/+1
|
* Update copyright year.Gisle Vanem2006-11-071-1/+1
|
* update copyright yearYang Tse2006-11-031-1/+1
|
* Change 'FILETYPE' to ' VFT_APP'.Gisle Vanem2006-10-311-6/+6
|
* update the copyright yearDaniel Stenberg2005-04-221-2/+2
|
* new "version resource" file for windows buildsDaniel Stenberg2004-03-041-0/+63