mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[docs] fix "CMake script" -> "makefile" for vcpkg_(n)build_make (#15419)
This commit is contained in:
parent
c562883384
commit
41e5b0815f
@ -38,7 +38,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu
|
||||
|
||||
## Notes:
|
||||
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
|
||||
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the
|
||||
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
|
||||
"install" target
|
||||
|
||||
## Examples
|
||||
|
@ -64,7 +64,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the
|
||||
|
||||
## Notes:
|
||||
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
|
||||
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the
|
||||
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
|
||||
"install" target
|
||||
|
||||
## Examples
|
||||
|
2
scripts/cmake/vcpkg_build_make.cmake
Normal file → Executable file
2
scripts/cmake/vcpkg_build_make.cmake
Normal file → Executable file
@ -39,7 +39,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu
|
||||
|
||||
## Notes:
|
||||
This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md).
|
||||
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the
|
||||
You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the
|
||||
"install" target
|
||||
|
||||
## Examples
|
||||
|
2
scripts/cmake/vcpkg_build_nmake.cmake
Normal file → Executable file
2
scripts/cmake/vcpkg_build_nmake.cmake
Normal file → Executable file
@ -65,7 +65,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the
|
||||
|
||||
## Notes:
|
||||
This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
|
||||
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the
|
||||
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
|
||||
"install" target
|
||||
|
||||
## Examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user