diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-23 16:15:30 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-23 16:15:30 -0800 |
| commit | e0e3f6ac21d074b0c043e9d6a2aff769930f07a7 (patch) | |
| tree | c4145de61905e111aead5762e2e1614ba6a71021 /toolsrc/include | |
| parent | a532b949073a14303cf3092d6b8d83a9e4ee8577 (diff) | |
| download | vcpkg-e0e3f6ac21d074b0c043e9d6a2aff769930f07a7.tar.gz vcpkg-e0e3f6ac21d074b0c043e9d6a2aff769930f07a7.zip | |
[VS2017] Add function to get vcvarsall.bat
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Environment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h index 64b2315b9..9161f7ce5 100644 --- a/toolsrc/include/vcpkg_Environment.h +++ b/toolsrc/include/vcpkg_Environment.h @@ -16,4 +16,6 @@ namespace vcpkg::Environment } const fs::path& get_dumpbin_exe(const vcpkg_paths& paths); + + const fs::path& get_vcvarsall_bat(const vcpkg_paths& paths); } |
