summaryrefslogtreecommitdiff
path: root/winbuild/makedebug.cmd
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* winbuild: Use two space indentationSteve Holme2019-05-231-5/+6
| | | | Closes #3930
* winbuild: Add our standard copyright header to the winbuild batch filesSteve Holme2019-05-051-0/+21
|
* makedebug: Fix ERRORLEVEL detection after running where.exeSteve Holme2019-05-051-1/+1
| | | | Closes #3838
* curl: enabled Windows VT Support and UTF-8 outputRich Turner2018-09-291-0/+12
Enabled Console VT support (if running OS supports VT) in tool_main.c. Fixes #3008 Closes #3011