From 3c111335a760d8d82414b91a54f740df09dd4f8f Mon Sep 17 00:00:00 2001 From: "dgrogan@chromium.org" Date: Tue, 3 May 2011 03:10:59 +0000 Subject: make windows include /Iport\win in dependent projects git-svn-id: https://leveldb.googlecode.com/svn/trunk@27 62dab493-f737-651d-591e-8d6aee1b9529 --- leveldb.gyp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/leveldb.gyp b/leveldb.gyp index 20d1b1d..8376592 100644 --- a/leveldb.gyp +++ b/leveldb.gyp @@ -47,6 +47,13 @@ 'include_dirs': [ 'include/', ], + 'conditions': [ + ['OS == "win"', { + 'include_dirs': [ + 'port/win', + ], + }], + ], }, 'sources': [ # Include and then exclude so that all files show up in IDEs, even if -- cgit v1.2.1