summaryrefslogtreecommitdiffstats
path: root/Source/gyp/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'Source/gyp/common.gypi')
-rw-r--r--Source/gyp/common.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/gyp/common.gypi b/Source/gyp/common.gypi
new file mode 100644
index 0000000..892009c
--- /dev/null
+++ b/Source/gyp/common.gypi
@@ -0,0 +1,10 @@
+{
+ 'target_defaults': {
+ 'configurations': {
+ 'Debug': {},
+ 'Release': {},
+ 'Production': {},
+ },
+ 'default_configuration': 'Debug',
+ },
+}