diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-12 17:04:32 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-12 17:43:05 -0800 |
| commit | 30587111d362bc8c2e0b700549d0fe7d62b9193d (patch) | |
| tree | c08374569e0c88c7fd7179bf83314ab0f4ad39ef | |
| parent | 6a4ec92a90849e7cc343bbc8673ce0f063ffd939 (diff) | |
| download | vcpkg-30587111d362bc8c2e0b700549d0fe7d62b9193d.tar.gz vcpkg-30587111d362bc8c2e0b700549d0fe7d62b9193d.zip | |
Rename commands_installation to commands_install
Names should match the command
| -rw-r--r-- | toolsrc/src/commands_install.cpp (renamed from toolsrc/src/commands_installation.cpp) | 0 | ||||
| -rw-r--r-- | toolsrc/vcpkg/vcpkg.vcxproj | 2 | ||||
| -rw-r--r-- | toolsrc/vcpkg/vcpkg.vcxproj.filters | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/src/commands_installation.cpp b/toolsrc/src/commands_install.cpp index f44852930..f44852930 100644 --- a/toolsrc/src/commands_installation.cpp +++ b/toolsrc/src/commands_install.cpp diff --git a/toolsrc/vcpkg/vcpkg.vcxproj b/toolsrc/vcpkg/vcpkg.vcxproj index 3b1ae0934..7179e38ed 100644 --- a/toolsrc/vcpkg/vcpkg.vcxproj +++ b/toolsrc/vcpkg/vcpkg.vcxproj @@ -147,7 +147,7 @@ <ClCompile Include="..\src\commands_other.cpp" /> <ClCompile Include="..\src\vcpkg_Dependencies.cpp" /> <ClCompile Include="..\src\vcpkg_Environment.cpp" /> - <ClCompile Include="..\src\commands_installation.cpp" /> + <ClCompile Include="..\src\commands_install.cpp" /> <ClCompile Include="..\src\commands_integration.cpp" /> <ClCompile Include="..\src\main.cpp" /> <ClCompile Include="..\src\commands_help.cpp" /> diff --git a/toolsrc/vcpkg/vcpkg.vcxproj.filters b/toolsrc/vcpkg/vcpkg.vcxproj.filters index 16b813244..16d2f209d 100644 --- a/toolsrc/vcpkg/vcpkg.vcxproj.filters +++ b/toolsrc/vcpkg/vcpkg.vcxproj.filters @@ -27,9 +27,6 @@ <ClCompile Include="..\src\commands_integration.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\src\commands_installation.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\src\post_build_lint.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -90,6 +87,9 @@ <ClCompile Include="..\src\commands_build.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\commands_install.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\include\post_build_lint.h"> |
