Ignore:
Timestamp:
01/25/09 17:20:17 (3 years ago)
Author:
debrouxl
Message:

Import GCC4TI Tools (formerly pctools of the TIGCC Tools Suite) with build scripts and preliminary Makefile (which always recompiles everything).
Remove the standalone ttpack + dependencies.

Location:
trunk/tigcc/tools
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/tigcc/tools/ttversion.h

    • Property svn:executable deleted
    r1307 r1308  
    11/****************************************************************************** 
    22* 
    3 * project name:    TIGCC Tools Suite 
     3* project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
    44* file name:       ttversion.h 
    55* initial date:    13/08/2000 
    66* author:          thomas.nussbaumer@gmx.net 
    7 * description:     TIGCC Tools Suite version definitions 
     7* description:     GCC4TI Tools (formerly TIGCC Tools Suite) version definitions 
    88* 
    99******************************************************************************/ 
    1010 
    1111/* 
    12   This file is part of the TIGCC Tools Suite. 
     12  This file is part of GCC4TI Tools. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    1717  version 2.1 of the License, or (at your option) any later version. 
    1818 
    19   As a special exception, UNMODIFIED copies of some TIGCC Tools Suite utilities 
    20   may also be redistributed or sold without source code, for any purpose. (The 
    21   Lesser General Public License restrictions do apply in other respects; for 
    22   example, they cover modification of the program.) Please refer to the main 
    23   source file for the individual utility as to whether this is the case for a 
    24   particular tool. This exception notice must be removed on modified copies of 
    25   this file. 
     19  As a special exception, UNMODIFIED copies of ttbin2oth may also be 
     20  redistributed or sold without source code, for any purpose. (The Lesser 
     21  General Public License restrictions do apply in other respects; for example, 
     22  they cover modification of the program.) This exception notice must be 
     23  removed on modified copies of this file. 
    2624 
    2725  This program is distributed in the hope that it will be useful, 
     
    3836#define __TTVERSION_H__ 
    3937 
    40 #define TTV_MAIN   "1.31" 
     38#define TTV_MAIN   "1.40" 
    4139#define TTV_SUB    "" 
    4240#define USAGE_OUT  stdout 
Note: See TracChangeset for help on using the changeset viewer.