This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
XOY-Leveldb
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make windows include /Iport\win in dependent projects
git-svn-id:
https://leveldb.googlecode.com/svn/trunk@27
62dab493-f737-651d-591e-8d6aee1b9529
master
dgrogan@chromium.org
13 years ago
parent
be9f061d2f
commit
3c111335a7
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
leveldb.gyp
+ 7
- 0
leveldb.gyp
View File
@ -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
Write
Preview
Loading…
Cancel
Save