Skip to content
Snippets Groups Projects
Commit 7b61ad63 authored by arseny.kapoulkine@gmail.com's avatar arseny.kapoulkine@gmail.com
Browse files

tests: Fix msvc11_arm toolset setup

git-svn-id: http://pugixml.googlecode.com/svn/trunk@940 99668b35-9821-0410-8761-19e4c4f06640
parent 9b9a414a
No related branches found
No related tags found
No related merge requests found
...@@ -297,6 +297,11 @@ else if ( $(toolset:I=^msvc) ) ...@@ -297,6 +297,11 @@ else if ( $(toolset:I=^msvc) )
{ {
RESULT += "/I\"%WINKITS_PATH%\\include\\shared\"" ; RESULT += "/I\"%WINKITS_PATH%\\include\\shared\"" ;
RESULT += "/I\"%WINKITS_PATH%\\include\\um\"" ; RESULT += "/I\"%WINKITS_PATH%\\include\\um\"" ;
if ( $(toolset:I=arm$) )
{
RESULT += /D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE ;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment