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/tt.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:       tt.h 
    55* initial date:    13/08/2000 
    6 * author:          thomas.nussbaumer@gmx.net  
    7 * description:     generic definitions for TIGCC Tools Suite 
     6* author:          thomas.nussbaumer@gmx.net 
     7* description:     generic definitions for GCC4TI Tools 
    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 the GCC4TI Tools 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, 
     
    4240 
    4341#define SIGNATURE_TI89   "**TI89**" 
    44 #define SIGNATURE_TI92P  "**TI92P*"  
     42#define SIGNATURE_TI92P  "**TI92P*" 
    4543 
    4644#define DEFAULT_FOLDER   "main" 
Note: See TracChangeset for help on using the changeset viewer.