Changeset 275 for trunk/thune/rune
- Timestamp:
- 09/17/06 21:40:19 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/rune/project.r (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/rune/project.r
r260 r275 10 10 cflags {-DLANG_RUNE} 11 11 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} 12 18 ;cflags {-DUR_CONFIG_EMH} 13 19 ;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}18 20 19 21 include_from %.. … … 40 42 sources_from %.. [ 41 43 %urlan.c 44 %thread.c 42 45 %array.c 43 46 %list.c
