diff options
Diffstat (limited to 'third_party/python/gyp/test/builddir/src/builddir.gypi')
-rw-r--r-- | third_party/python/gyp/test/builddir/src/builddir.gypi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/builddir/src/builddir.gypi b/third_party/python/gyp/test/builddir/src/builddir.gypi new file mode 100644 index 0000000000..ce175db8f8 --- /dev/null +++ b/third_party/python/gyp/test/builddir/src/builddir.gypi @@ -0,0 +1,18 @@ +# Copyright (c) 2009 Google Inc. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'target_defaults': { + 'configurations': { + 'Default': { + 'msvs_configuration_attributes': { + 'OutputDirectory': '<(DEPTH)\\builddir/Default', + }, + }, + }, + }, + 'xcode_settings': { + 'SYMROOT': '<(DEPTH)/builddir', + }, +} |