Changeset 180

Show
Ignore:
Timestamp:
06/09/07 19:57:02 (1 year ago)
Author:
takkaria
Message:

Get the console mode working properly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.win

    r177 r180  
    5959  endif 
    6060 
     61  ifdef CROSS 
     62    # This is an issue on mingw32 on linux 
     63    CFLAGS += -D_stdcall= 
     64  endif 
     65 
    6166endif 
    6267