mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:17:21 +03:00
projects: generate from a single template
The three projects (VC10, VC11, VC12) are identical except 5 repeated strings in them. They also require running `generate.bat` before use, to populate source files. Reduce the 3 almost identical projects to a single template project and populate the repeated strings also via `generate.bat`. This reduces the maintenance burden to a single copy of the project files. Also saving 10000 LOCs. Closes #18396
This commit is contained in:
parent
bc6be7adf8
commit
57d349fe0e
23 changed files with 382 additions and 10185 deletions
5
projects/Windows/tmpl/.gitattributes
vendored
Normal file
5
projects/Windows/tmpl/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
*.sln eol=crlf
|
||||
Loading…
Add table
Add a link
Reference in a new issue