diff options
Diffstat (limited to 'macosx/Tk-Debug.xcconfig')
-rw-r--r-- | macosx/Tk-Debug.xcconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/macosx/Tk-Debug.xcconfig b/macosx/Tk-Debug.xcconfig new file mode 100644 index 0000000..74fa22e --- /dev/null +++ b/macosx/Tk-Debug.xcconfig @@ -0,0 +1,22 @@ +// +// Tk-Debug.xcconfig -- +// +// This file contains the Xcode build settings for all Debug +// project configurations in Wish.xcodeproj. +// +// Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net> +// +// See the file "license.terms" for information on usage and redistribution +// of this file, and for a DISCLAIMER OF ALL WARRANTIES. +// +// RCS: @(#) $Id: Tk-Debug.xcconfig,v 1.1 2009/06/29 14:35:01 das Exp $ +// + +#include "Tk-Common.xcconfig" + +DEBUG_INFORMATION_FORMAT = dwarf +DEPLOYMENT_POSTPROCESSING = NO +GCC_OPTIMIZATION_LEVEL = 0 +GCC_PREPROCESSOR_DEFINITIONS = DEBUGLEVEL=4 $(TCL_DEFS) $(TK_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS) +CONFIGURE_ARGS = --enable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS) +MAKE_TARGET = develop |