mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:19:06 +08:00
update templates.
This commit is contained in:
parent
b2f2d89607
commit
c784f08ee0
@ -1,4 +1,10 @@
|
|||||||
Source: @PORT@
|
Source: @PORT@
|
||||||
Version:
|
Version:
|
||||||
Homepage:
|
Homepage:
|
||||||
Description:
|
Description:
|
||||||
|
Build-Depends:
|
||||||
|
Default-Features:
|
||||||
|
|
||||||
|
Feature:
|
||||||
|
Description:
|
||||||
|
Build-Depends:
|
@ -2,12 +2,24 @@
|
|||||||
# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT}
|
# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT}
|
||||||
# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET}
|
# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET}
|
||||||
# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
|
# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
|
||||||
|
# CURRENT_INSTALLED_DIR = ${VCPKG_ROOT_DIR}\installed\${TRIPLET}
|
||||||
|
# DOWNLOADS = ${VCPKG_ROOT_DIR}\downloads
|
||||||
# PORT = current port name (zlib, etc)
|
# PORT = current port name (zlib, etc)
|
||||||
# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc)
|
# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc)
|
||||||
# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic)
|
# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic)
|
||||||
# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic)
|
# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic)
|
||||||
# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg>
|
# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg>
|
||||||
# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm)
|
# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm)
|
||||||
|
# VCPKG_CMAKE_SYSTEM_NAME = "WindowsStore" "WindowsPhone" "Linux" "Darwin" "Windows" "FreeBSD" empty(windows)
|
||||||
|
# VCPKG_TOOLCHAIN = ON OFF
|
||||||
|
# TRIPLET_SYSTEM_ARCH = arm x86 x64
|
||||||
|
# BUILD_ARCH = "Win32" "x64" "ARM"
|
||||||
|
# MSBUILD_PLATFORM = "Win32"/"x64"/${TRIPLET_SYSTEM_ARCH}
|
||||||
|
# DEBUG_CONFIG = "Debug Static" "Debug Dll"
|
||||||
|
# RELEASE_CONFIG = "Release Static"" "Release DLL"
|
||||||
|
# VCPKG_TARGET_EXECUTABLE_SUFFIX
|
||||||
|
# VCPKG_TARGET_STATIC_LIBRARY_SUFFIX
|
||||||
|
# VCPKG_TARGET_SHARED_LIBRARY_SUFFIX
|
||||||
#
|
#
|
||||||
# See additional helpful variables in /docs/maintainers/vcpkg_common_definitions.md
|
# See additional helpful variables in /docs/maintainers/vcpkg_common_definitions.md
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user