mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 02:42:48 +08:00
docs: Improve docs for vcpkg_build_nmake (#20139)
This commit is contained in:
parent
cf2f757e1f
commit
6d617de25d
@ -9,6 +9,7 @@ Build a msvc makefile project.
|
|||||||
vcpkg_build_nmake(
|
vcpkg_build_nmake(
|
||||||
SOURCE_PATH <${SOURCE_PATH}>
|
SOURCE_PATH <${SOURCE_PATH}>
|
||||||
[NO_DEBUG]
|
[NO_DEBUG]
|
||||||
|
[ENABLE_INSTALL]
|
||||||
[TARGET <all>]
|
[TARGET <all>]
|
||||||
[PROJECT_SUBPATH <${SUBPATH}>]
|
[PROJECT_SUBPATH <${SUBPATH}>]
|
||||||
[PROJECT_NAME <${MAKEFILE_NAME}>]
|
[PROJECT_NAME <${MAKEFILE_NAME}>]
|
||||||
@ -65,7 +66,6 @@ be passed.
|
|||||||
Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.
|
Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.
|
||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
This command should be preceded 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 makefile supports the
|
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
|
||||||
"install" target
|
"install" target
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ Build a msvc makefile project.
|
|||||||
vcpkg_build_nmake(
|
vcpkg_build_nmake(
|
||||||
SOURCE_PATH <${SOURCE_PATH}>
|
SOURCE_PATH <${SOURCE_PATH}>
|
||||||
[NO_DEBUG]
|
[NO_DEBUG]
|
||||||
|
[ENABLE_INSTALL]
|
||||||
[TARGET <all>]
|
[TARGET <all>]
|
||||||
[PROJECT_SUBPATH <${SUBPATH}>]
|
[PROJECT_SUBPATH <${SUBPATH}>]
|
||||||
[PROJECT_NAME <${MAKEFILE_NAME}>]
|
[PROJECT_NAME <${MAKEFILE_NAME}>]
|
||||||
@ -64,7 +65,6 @@ be passed.
|
|||||||
Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.
|
Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.
|
||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
This command should be preceded 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 makefile supports the
|
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
|
||||||
"install" target
|
"install" target
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user