Changeset 325 for trunk/thune/gl

Show
Ignore:
Timestamp:
12/27/06 15:04:27 (2 years ago)
Author:
krobillard
Message:

Thune GL compiles again.

Location:
trunk/thune/gl
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/gx.c

    r321 r325  
    13161316  "  file read\n" 
    13171317  "  dup \"#!\" match ift (eol find)\n" 
    1318   "  to-block urlan-ops infuse\n" 
     1318  "  to-block kernel-ops infuse\n" 
    13191319  "] func :load\n" 
    13201320; 
  • trunk/thune/gl/gx.t

    r312 r325  
    99  file read 
    1010  dup \"#!\" match ift (eol find) 
    11   to-block urlan-ops infuse 
     11  to-block kernel-ops infuse 
    1212] func :load 
    1313*/ 
  • trunk/thune/gl/project.r

    r321 r325  
    1212    ;include_from %../util 
    1313    libs_from %.. %thune0 
    14     cflags {-DTHUNE_GL} 
     14    cflags {-DLANG_THUNE -DTHUNE_GL} 
    1515    cflags {-DUR_CONFIG_DT_CODE} 
    1616    cflags {-DNO_AUDIO}