diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2025-08-27 03:35:01 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2025-09-02 10:34:48 -0400 |
commit | c72bb7aec4db2ad32f9d82758b4f55663d0ebd60 (patch) | |
tree | aa208cc1aa853cb27cdd3a399f69cbc68c6e7058 /lib/ws.c | |
parent | ad42850b231a557d8955bf296a6b93383d416d92 (diff) |
projects: fix Windows project 'clean' functionHEADorigin/masterorigin/HEADmasterfor-upstream
- Fix generate.bat "-clean" option.
- Change version template substitutes to match old files, eg go back to
using format version "11.00" instead of "11.0".
- Limit the vcxproj filters file types that are filtered to c, h, rc.
- Get rid of the tmpl extension from template files and add a README
to the tmpl directory explaining the purpose of the files.
- gitignore VCxx directories entirely rather than individual file types.
- Do not remove the VC directories during clean, instead remove just the
generated project files.
Removing the VC directories has the unwanted behavior of removing files
other than those generated. Visual Studio will generate its own
preference files (like if you have some debug arguments in your .suo)
and those files sit in the VC directories. We ignore those files since
they are the user's files and should not be deleted. Also the user may
have their own untracked files that we shouldn't be deleting.
Follow-up to 57d349fe which consolidated the project templates.
Assisted-by: Viktor Szakats
Closes https://github.com/curl/curl/pull/18412
Diffstat (limited to 'lib/ws.c')
0 files changed, 0 insertions, 0 deletions