Changeset 275 for trunk/thune/rune

Show
Ignore:
Timestamp:
09/17/06 21:40:19 (2 years ago)
Author:
krobillard
Message:

Thune - Build fixes for GL & Rune.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/rune/project.r

    r260 r275  
    1010    cflags {-DLANG_RUNE} 
    1111 
     12    cflags {-DUR_CONFIG_OS_RUN} 
     13    cflags {-DUR_CONFIG_BZIP2} 
     14    cflags {-DUR_CONFIG_TRIG} 
     15    cflags {-DUR_CONFIG_MATH3D} 
     16    cflags {-DUR_CONFIG_DT_CODE} 
     17    ;cflags {-DUR_CONFIG_MACROS} 
    1218    ;cflags {-DUR_CONFIG_EMH} 
    1319    ;cflags {-DUR_CONFIG_THREADS} 
    14     cflags {-DUR_CONFIG_OS_RUN} 
    15     cflags {-DUR_CONFIG_BZIP2} 
    16     cflags {-DUR_CONFIG_MATH3D} 
    17     ;cflags {-DUR_CONFIG_MACROS} 
    1820 
    1921    include_from %.. 
     
    4042    sources_from %.. [ 
    4143        %urlan.c 
     44        %thread.c 
    4245        %array.c 
    4346        %list.c