mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:13:36 +03:00
tidy-up: merge root packages directory into projects
To simplify the directory layout. - OS400 and vms support move from `packages` to `projects`. - Windows README and `generate.bat` files move from `projects` to `projects/Windows`. Closes #20271
This commit is contained in:
parent
0d4beb26d2
commit
3ee1d3b573
90 changed files with 266 additions and 281 deletions
|
|
@ -32,7 +32,7 @@ use warnings;
|
|||
|
||||
my $root=$ARGV[0] || ".";
|
||||
my $incdir = "$root/include/curl";
|
||||
my $os400dir = "$root/packages/OS400";
|
||||
my $os400dir = "$root/projects/OS400";
|
||||
my $errcount = 0;
|
||||
|
||||
# Scan header file for string option definitions.
|
||||
|
|
@ -90,7 +90,7 @@ sub scan_header {
|
|||
return @stringopts;
|
||||
}
|
||||
|
||||
# Scan packages/OS400/ccsidcurl.c for translatable string option cases.
|
||||
# Scan projects/OS400/ccsidcurl.c for translatable string option cases.
|
||||
sub scan_wrapper_for_strings {
|
||||
my ($f)=@_;
|
||||
my $inarmor = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue