tests: Fix msvc11_arm toolset setup
git-svn-id: http://pugixml.googlecode.com/svn/trunk@940 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
9b9a414ab6
commit
7b61ad6379
1 changed files with 5 additions and 0 deletions
|
@ -297,6 +297,11 @@ else if ( $(toolset:I=^msvc) )
|
|||
{
|
||||
RESULT += "/I\"%WINKITS_PATH%\\include\\shared\"" ;
|
||||
RESULT += "/I\"%WINKITS_PATH%\\include\\um\"" ;
|
||||
|
||||
if ( $(toolset:I=arm$) )
|
||||
{
|
||||
RESULT += /D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue