Skip to content

Commit

Permalink
make windows include /Iport\win in dependent projects
Browse files Browse the repository at this point in the history
git-svn-id: http://leveldb.googlecode.com/svn/trunk@27 62dab493-f737-651d-591e-8d6aee1b9529
  • Loading branch information
dgrogan@chromium.org committed May 3, 2011
1 parent e16e59a commit 2b55d44
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions leveldb.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b55d44

Please sign in to comment.