summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/system-include/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/win/system-include/test.gyp')
-rw-r--r--deps/gyp/test/win/system-include/test.gyp26
1 files changed, 0 insertions, 26 deletions
diff --git a/deps/gyp/test/win/system-include/test.gyp b/deps/gyp/test/win/system-include/test.gyp
deleted file mode 100644
index 07f2636543..0000000000
--- a/deps/gyp/test/win/system-include/test.gyp
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- 'target_defaults': {
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'WarningLevel': '4',
- 'WarnAsError': 'true',
- },
- },
- 'msvs_system_include_dirs': [
- '$(ProjectName)', # Different for each target
- 'common', # Same for all targets
- ],
- },
- 'targets': [
- {
- 'target_name': 'foo',
- 'type': 'executable',
- 'sources': [ 'main.cc', ],
- },
- {
- 'target_name': 'bar',
- 'type': 'executable',
- 'sources': [ 'main.cc', ],
- },
- ],
-}