aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author周杰 <flysha@live.com>2017-01-25 22:33:21 +0800
committer周杰 <flysha@live.com>2017-01-25 22:33:21 +0800
commit2d4fb63bf8f91b021ac2be00a0f966a78bb71f73 (patch)
tree51a5ea049b3e0d6c2251e98fa1c7af68e56605bf
parent9b8afccc9db0959cb3a47d77fd0255096011e245 (diff)
downloadvcpkg-2d4fb63bf8f91b021ac2be00a0f966a78bb71f73.tar.gz
vcpkg-2d4fb63bf8f91b021ac2be00a0f966a78bb71f73.zip
[directxtk] do not use win10 sdk (can now built without win10 sdk installed)
-rw-r--r--ports/directxtk/CONTROL2
-rw-r--r--ports/directxtk/portfile.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL
index 8a3da81a6..97f97ecd9 100644
--- a/ports/directxtk/CONTROL
+++ b/ports/directxtk/CONTROL
@@ -1,3 +1,3 @@
Source: directxtk
-Version: dec2016
+Version: dec2016-1
Description: A collection of helper classes for writing DirectX 11.x code in C++.
diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake
index 08f8a4537..ebecf5004 100644
--- a/ports/directxtk/portfile.cmake
+++ b/ports/directxtk/portfile.cmake
@@ -19,19 +19,19 @@ ELSE()
ENDIF()
vcpkg_build_msbuild(
- PROJECT_PATH ${SOURCE_PATH}/DirectXTK_Desktop_2015_Win10.sln
+ PROJECT_PATH ${SOURCE_PATH}/DirectXTK_Desktop_2015.sln
PLATFORM ${BUILD_ARCH}
)
file(INSTALL
- ${SOURCE_PATH}/Bin/Desktop_2015_Win10/${BUILD_ARCH}/Release/DirectXTK.lib
+ ${SOURCE_PATH}/Bin/Desktop_2015/${BUILD_ARCH}/Release/DirectXTK.lib
DESTINATION ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL
- ${SOURCE_PATH}/Bin/Desktop_2015_Win10/${BUILD_ARCH}/Debug/DirectXTK.lib
+ ${SOURCE_PATH}/Bin/Desktop_2015/${BUILD_ARCH}/Debug/DirectXTK.lib
DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib)
-set(DXTK_TOOL_PATH ${CURRENT_PACKAGES_DIR}/tools/directxtk)
+set(DXTK_TOOL_PATH ${CURRENT_PACKAGES_DIR}/tools)
file(MAKE_DIRECTORY ${DXTK_TOOL_PATH})
file(INSTALL