mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:01:36 +08:00
ad493fd860
* Add function vcpkg_configure_make/vcpkg_build_make. * Fix autoreconf command and add log. * Add vcpkg_install_make. * Fix call function name. * support non-debug mode. * Add nmake support. * [tcl]Add new port for testing. * [vcpkg_configure_make]Fix prefix in linux. * restart CI systen. * Separate vcpkg_build_nmake/vcpkg_install_nmake. Add arg PROJECT_NAME. * fix copy source file. add samples. * Remove uncommon options. Add force install para to autoreconf. * fix build error. * fix options judgment. * enable nmake in windows. * fix some envs and macros. Disable NMAKE in vcpkg_configure_make currently. * update docs. * fix environments. * Modify libosip2 to use vcpkg_configure_make/vcpkg_install_make. * [tcl]Tcl separates PR. * trigger PR-EAGER. * [freexl]Fix options name and remove option NMAKE. * use tool-chain instead of set environments manually. * fix autoreconf para. * use vcpkg_execute_build_process instead.
1.8 KiB
1.8 KiB
Portfile helper functions
- execute_process
- vcpkg_acquire_msys
- vcpkg_add_to_path
- vcpkg_apply_patches
- vcpkg_build_cmake
- vcpkg_build_msbuild
- vcpkg_build_make
- vcpkg_build_nmake
- vcpkg_check_features
- vcpkg_check_linkage
- vcpkg_clean_msbuild
- vcpkg_common_definitions
- vcpkg_configure_cmake
- vcpkg_configure_make
- vcpkg_copy_pdbs
- vcpkg_copy_tool_dependencies
- vcpkg_download_distfile
- vcpkg_execute_build_process
- vcpkg_execute_required_process
- vcpkg_extract_source_archive
- vcpkg_extract_source_archive_ex
- vcpkg_fail_port_install
- vcpkg_find_acquire_program
- vcpkg_from_bitbucket
- vcpkg_from_git
- vcpkg_from_github
- vcpkg_from_gitlab
- vcpkg_install_cmake
- vcpkg_install_msbuild
- vcpkg_install_make
- vcpkg_install_nmake
- vcpkg_prettify_command
- vcpkg_test_cmake