summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-05-03 03:10:59 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-05-03 03:10:59 +0000
commit3c111335a760d8d82414b91a54f740df09dd4f8f (patch)
treeb0f6a0358b850a444fab03c72610360daa631c7b
parentbe9f061d2fd5e2d66ba17a70c135a153c584c8c1 (diff)
downloadleveldb-3c111335a760d8d82414b91a54f740df09dd4f8f.tar.gz
make windows include /Iport\win in dependent projects
git-svn-id: https://leveldb.googlecode.com/svn/trunk@27 62dab493-f737-651d-591e-8d6aee1b9529
-rw-r--r--leveldb.gyp7
1 files changed, 7 insertions, 0 deletions
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