Changeset 325 for trunk/thune/gl
- Timestamp:
- 12/27/06 15:04:27 (2 years ago)
- Location:
- trunk/thune/gl
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/gx.c
r321 r325 1316 1316 " file read\n" 1317 1317 " dup \"#!\" match ift (eol find)\n" 1318 " to-block urlan-ops infuse\n"1318 " to-block kernel-ops infuse\n" 1319 1319 "] func :load\n" 1320 1320 ; -
trunk/thune/gl/gx.t
r312 r325 9 9 file read 10 10 dup \"#!\" match ift (eol find) 11 to-block urlan-ops infuse11 to-block kernel-ops infuse 12 12 ] func :load 13 13 */ -
trunk/thune/gl/project.r
r321 r325 12 12 ;include_from %../util 13 13 libs_from %.. %thune0 14 cflags {-D THUNE_GL}14 cflags {-DLANG_THUNE -DTHUNE_GL} 15 15 cflags {-DUR_CONFIG_DT_CODE} 16 16 cflags {-DNO_AUDIO}
