Changeset 108 for trunk/orca/qt

Show
Ignore:
Timestamp:
04/05/06 14:24:49 (3 years ago)
Author:
krobillard
Message:

Orca-GL should now build on Windows.

Location:
trunk/orca/qt
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/qt/main.cpp

    r64 r108  
    2626 
    2727#ifdef _WIN32 
    28 extern void redirectIOToConsole(); 
     28extern "C" void redirectIOToConsole(); 
    2929#define OPEN_CONSOLE    redirectIOToConsole(); 
    3030#else 
  • trunk/orca/qt/project.r

    r93 r108  
    2525    win32 [ 
    2626        include_from %../win32 
    27         sources [ %win32console.cpp ] 
     27        sources_from %../win32 [ %win32console.c ] 
    2828    ] 
    2929