diff options
author | das <das> | 2007-01-28 01:42:04 (GMT) |
---|---|---|
committer | das <das> | 2007-01-28 01:42:04 (GMT) |
commit | 4f2fa1f435bb268038217130a7187bf487818c36 (patch) | |
tree | b873d21c42354c8ccbc8d1bb28c48fc3613bd22e /generic/tcl.h | |
parent | c3cb90f8f7050dde3edaa63f5f3644220af6ffce (diff) | |
download | tcl-4f2fa1f435bb268038217130a7187bf487818c36.zip tcl-4f2fa1f435bb268038217130a7187bf487818c36.tar.gz tcl-4f2fa1f435bb268038217130a7187bf487818c36.tar.bz2 |
* macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that
* macosx/Tcl.xcodeproj/default.pbxuser: were common to multiple
* macosx/Tcl-Common.xcconfig (new file): configurations into external
* macosx/Tcl-Debug.xcconfig (new file): xcconfig files; add extra
* macosx/Tcl-Release.xcconfig (new file): configurations for building
with SDKs and 64bit; convert legacy jam-based 'Tcl' target to native
target with single script phase; correct syntax of build setting
references to use $() throughout.
* macosx/README: document new Tcl.xcodeproj configurations; other minor
updates/corrections.
* generic/tcl.h: update location of version numbers in macosx files.
* macosx/Tcl.xcode/project.pbxproj: restore 'tcltest' target to working
* macosx/Tcl.xcode/default.pbxuser: order by replicating applicable
changes to Tcl.xcodeproj since 2006-07-20.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index a27e256..92abc98 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.229 2006/11/22 20:30:25 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.230 2007/01/28 01:42:05 das Exp $ */ #ifndef _TCL @@ -49,10 +49,9 @@ extern "C" { * macosx/Tcl.pbproj/default.pbxuser (not patchlevel) 1 LOC * macosx/Tcl.xcode/project.pbxproj (not patchlevel) 2 LOC * macosx/Tcl.xcode/default.pbxuser (not patchlevel) 1 LOC - * macosx/Tcl.xcodeproj/project.pbxproj (not patchlevel) 8 LOC - * macosx/Tcl.xcodeproj/default.pbxuser (not patchlevel) 4 LOC + * macosx/Tcl-Common.xcconfig (not patchlevel) 1 LOC * win/README (not patchlevel) (sections 0 and 2) - * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) + * unix/tcl.spec (1 LOC patch) * tests/basic.test (1 LOC M/M, not patchlevel) * tools/tcl.hpj.in (not patchlevel, for windows installer) * tools/tcl.wse.in (for windows installer) |