Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/macosx/Tcl-Debug.xcconfig @ 37

Last change on this file since 37 was 25, checked in by landauf, 16 years ago

added tcl to libs

File size: 742 bytes
Line 
1//
2// Tcl-Debug.xcconfig --
3//
4//      This file contains the Xcode build settings for all Debug
5//      project configurations in Tcl.xcodeproj.
6//
7// Copyright (c) 2007 Daniel A. Steffen <das@users.sourceforge.net>
8//
9// See the file "license.terms" for information on usage and redistribution
10// of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11//
12// RCS: @(#) $Id: Tcl-Debug.xcconfig,v 1.2 2007/04/23 20:46:13 das Exp $
13//
14
15#include "Tcl-Common.xcconfig"
16
17DEBUG_INFORMATION_FORMAT = dwarf
18DEAD_CODE_STRIPPING = NO
19DEPLOYMENT_POSTPROCESSING = NO
20GCC_OPTIMIZATION_LEVEL = 0
21GCC_PREPROCESSOR_DEFINITIONS = $(TCL_DEFS) $(GCC_PREPROCESSOR_DEFINITIONS)
22CONFIGURE_ARGS = --enable-symbols $(TCL_CONFIGURE_ARGS) $(CONFIGURE_ARGS)
23MAKE_TARGET = develop
Note: See TracBrowser for help on using the repository browser.