diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-10-03 02:40:11 +0000 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-10-03 02:40:11 +0000 |
commit | f3b220ca4ebf5e3cef1f43e12aea82a78f341d1b (patch) | |
tree | 64c96802d97dec3023608e89d5befc3f3d06435b /Jamrules.jam | |
parent | 04913dc35838da75c58ec4c8e2890e302aa83352 (diff) |
tests: Fix MSVC6 compilation
Also fixes PUGIXML_NO_STL compilation and makes it possible to build with
any version of new Windows SDK.
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1044 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamrules.jam')
-rw-r--r-- | Jamrules.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamrules.jam b/Jamrules.jam index 653b07a..ab960c7 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -213,6 +213,7 @@ else if ( $(toolset:I=^msvc) ) } else { + LDFLAGS += "/LIBPATH:\"%WINKITS_PATH%\\lib\\win8\\um$(kits_postfix)\"" ; LDFLAGS += "/LIBPATH:\"%WINKITS_PATH%\\lib\\winv6.3\\um$(kits_postfix)\"" ; } } |