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 moved

Legend:

Unmodified
Added
Removed
  • trunk/tigcc/tools/ttbin2oth.c

    • 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:       ttbin2oth.c 
    55* initial date:    14/08/2000 
     
    1010 
    1111/* 
    12   This file is part of ttbin2oth. 
     12  This file is part of GCC4TI Tools. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    5050#include "strhead.h" 
    5151 
    52 #ifdef CVS_FILE_REVISION 
    53 #undef CVS_FILE_REVISION 
    54 #endif 
    55 //----------------------------------------------------------------------------- 
    56 // DON'T EDIT THE NEXT REVISION BY HAND! THIS IS DONE AUTOMATICALLY BY THE 
    57 // CVS SYSTEM !!! 
    58 //----------------------------------------------------------------------------- 
    59 #define CVS_FILE_REVISION "$Revision$" 
     52#ifdef FILE_REVISION 
     53#undef FILE_REVISION 
     54#endif 
     55#define FILE_REVISION "1.11" 
    6056 
    6157 
     
    251247//============================================================================= 
    252248// 
    253 // Revision 1.10  2002/05/07 16:33:46  tnussb 
     249// Revision 1.11 2009/01/25           Lionel Debroux 
     250// Changes by Romain Liévin and/or me for 64-bit compatibility. 
     251// Adapt to new version display (revtools.h). 
     252// 
     253// Revision 1.10 2002/05/07 16:33:46  tnussb 
    254254// generic commit 
    255255// 
Note: See TracChangeset for help on using the changeset viewer.