Subversion Repositories svn1-original

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 35
Line 138... Line 138...
138
    /*
138
    /*
139
    **  Parse the command line arguments
139
    **  Parse the command line arguments
140
    */
140
    */
141
    if ( do_splash )
141
    if ( do_splash )
142
    {
142
    {
143
        printf( "Mara   Copyright Embedded Solutions 1995-2003.\n" );
143
        printf( "Mara   Copyright David Purdie 1995-2007.\n" );
144
        printf( "       Version %s", VERSION );
144
        printf( "       Version %s", VERSION );
145
#ifdef __MINGW32__
145
#ifdef __MINGW32__
146
        printf( " (Mingwin)" );
146
        printf( " (Mingwin)" );
147
#endif
147
#endif
148
#ifdef __TURBOC__
148
#ifdef __TURBOC__
149
        printf( " (TurboC)" );
149
        printf( " (TurboC)" );
150
#endif
150
#endif
151
        printf( "\n" );
151
        printf( "\n" );
152
        printf( "       This program is not to be used without the permission of\n" );
152
        printf( "       This program is not to be used without the permission of\n" );
153
        printf( "       Embedded Solutions.\n" );
153
        printf( "       David Purdie.\n" );
154
 
154
 
155
#ifdef DISPLAY_STRUCTURES
155
#ifdef DISPLAY_STRUCTURES
156
        display_structures();
156
        display_structures();
157
#endif
157
#endif
158
    }
158
    }