mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +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
|
|
@ -581,9 +581,9 @@ Configuration element | Equivalent CMake options
|
|||
|
||||
For example these commands:
|
||||
|
||||
> cd projects
|
||||
> cd projects/Windows
|
||||
> ./generate.bat VC12
|
||||
> msbuild "-property:Configuration=DLL Debug - DLL Windows SSPI - DLL WinIDN" Windows/VC12/curl-all.sln
|
||||
> msbuild "-property:Configuration=DLL Debug - DLL Windows SSPI - DLL WinIDN" VC12/curl-all.sln
|
||||
|
||||
translate to:
|
||||
|
||||
|
|
|
|||
|
|
@ -487,7 +487,7 @@ For IBM i (formerly OS/400), you can use curl in two different ways:
|
|||
|
||||
- Natively, running in the **ILE**. The obvious use is being able to call curl
|
||||
from ILE C or RPG applications.
|
||||
- You need to build this from source. See `packages/OS400/README` for the ILE
|
||||
- You need to build this from source. See `projects/OS400/README` for the ILE
|
||||
specific build instructions.
|
||||
- In the **PASE** environment, which runs AIX programs. curl is built as it
|
||||
would be on AIX.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue