Changeset 61 for trunk/orca/gl

Show
Ignore:
Timestamp:
02/22/06 22:55:02 (3 years ago)
Author:
krobillard
Message:

Added OR_VERSION defines to ovalue.h.
Removed version.h
Mac PPC - OR_BIG_ENDIAN no longer needs to be set in Makefile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/gl/main.c

    r43 r61  
    2020 
    2121#include <stdio.h> 
    22 #include "version.h" 
    2322#include "gx.h" 
    2423#include "audio.h" 
     
    8584    { 
    8685        OPEN_CONSOLE 
    87         printf( "ORCA-GL %s (%s)\n", VERSION_STR, __DATE__ ); 
     86        printf( "ORCA-GL %s (%s)\n", OR_VERSION_STR, __DATE__ ); 
    8887 
    8988halt: