aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-01 18:20:49 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-01 18:20:49 -0800
commitfdc885fb06cb6dcb201099b6520a73fb5034da34 (patch)
tree170ba7ffc3fc4fe189e5210e777cdbcb8aa83bba
parent1d34facb84812bd478f2320857a5a7a3ed327bbf (diff)
downloadvcpkg-fdc885fb06cb6dcb201099b6520a73fb5034da34.tar.gz
vcpkg-fdc885fb06cb6dcb201099b6520a73fb5034da34.zip
Fix filename
-rw-r--r--toolsrc/src/PostBuildLint_BuildType.cpp (renamed from toolsrc/src/PostBuiltLint_BuildType.cpp)0
-rw-r--r--toolsrc/vcpkglib/vcpkglib.vcxproj2
-rw-r--r--toolsrc/vcpkglib/vcpkglib.vcxproj.filters4
3 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/src/PostBuiltLint_BuildType.cpp b/toolsrc/src/PostBuildLint_BuildType.cpp
index b4e199aee..b4e199aee 100644
--- a/toolsrc/src/PostBuiltLint_BuildType.cpp
+++ b/toolsrc/src/PostBuildLint_BuildType.cpp
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj
index 1217f6765..d002f8d5f 100644
--- a/toolsrc/vcpkglib/vcpkglib.vcxproj
+++ b/toolsrc/vcpkglib/vcpkglib.vcxproj
@@ -215,7 +215,7 @@
<ClCompile Include="..\src\PostBuildLint_ConfigurationType.cpp" />
<ClCompile Include="..\src\PostBuildLint_LinkageType.cpp" />
<ClCompile Include="..\src\PostBuildLint_OutdatedDynamicCrt.cpp" />
- <ClCompile Include="..\src\PostBuiltLint_BuildType.cpp" />
+ <ClCompile Include="..\src\PostBuildLint_BuildType.cpp" />
<ClCompile Include="..\src\Stopwatch.cpp" />
<ClCompile Include="..\src\vcpkglib.cpp" />
<ClCompile Include="..\src\package_spec.cpp" />
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters
index f1bf4f9c9..3359d9ada 100644
--- a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters
+++ b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters
@@ -165,10 +165,10 @@
<ClCompile Include="..\src\PostBuildLint_ConfigurationType.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\src\PostBuiltLint_BuildType.cpp">
+ <ClCompile Include="..\src\PostBuildLint_OutdatedDynamicCrt.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\src\PostBuildLint_OutdatedDynamicCrt.cpp">
+ <ClCompile Include="..\src\PostBuildLint_BuildType.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>